From: Simon Ruderich Date: Tue, 4 Aug 2009 13:40:56 +0000 (+0200) Subject: vimrc: Minor documentation changes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=8edcfdb041cfb28a56369e1a65296a527d1632d2;p=config%2Fdotfiles.git vimrc: Minor documentation changes. --- diff --git a/vimrc b/vimrc index 386961c..c17af79 100644 --- 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