summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/aap.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-05 22:26:15 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-05 22:26:15 +0200
commitbf88493c0979d88279930b5330f667d0bd6b651e (patch)
treec2caaa5b8b04581ab92d8ba8b8f1738bee5de973 /runtime/ftplugin/aap.vim
parent68879258d98853deb928a8ce93b497d39ce65296 (diff)
downloadvim-git-bf88493c0979d88279930b5330f667d0bd6b651e.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/ftplugin/aap.vim')
-rw-r--r--runtime/ftplugin/aap.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/aap.vim b/runtime/ftplugin/aap.vim
index 90d404fa6..9b20ec476 100644
--- a/runtime/ftplugin/aap.vim
+++ b/runtime/ftplugin/aap.vim
@@ -1,7 +1,7 @@
" Vim filetype plugin file
" Language: Aap recipe
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2003 Nov 04
+" Last Change: 2013 Apr 05
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
@@ -19,7 +19,7 @@ let b:undo_ftplugin = "setl fo< com< et<"
setlocal fo-=t fo+=croql
" Set 'comments' to format dashed lists in comments.
-setlocal comments=s:#\ -,m:#\ \,e:#,n:#,fb:-
+setlocal comments=s:#\ -,m:#\ \ ,e:#,n:#,fb:-
" Expand tabs to spaces to avoid trouble.
setlocal expandtab