]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation changes.
authorSimon Ruderich <simon@ruderich.org>
Tue, 4 Aug 2009 13:40:56 +0000 (15:40 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 4 Aug 2009 13:40:56 +0000 (15:40 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 386961cb5f2e5487dcacc5fdb89f37114e9d48f1..c17af79ecc882b0031fdfc4ce44a0ed82a51c20f 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -247,10 +247,10 @@ if has('autocmd')
 " one which could change the filetype or other settings of the commit window.
         autocmd FileType gitcommit setlocal nomodeline |
                                  \ let g:secure_modelines_allowed_items = []
-" Allow folding.
+" Allow folding in perl.
         autocmd FileType perl let perl_fold = 1 |
                             \ let perl_fold_blocks = 1
-" Use the same comment string as for Vim files.
+" Use the same comment string as for Vim files in vimperator files.
         autocmd FileType vimperator setlocal commentstring=\"%s
 
 " FTDETECT AUTO COMMANDS