From 8edcfdb041cfb28a56369e1a65296a527d1632d2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 4 Aug 2009 15:40:56 +0200 Subject: [PATCH] vimrc: Minor documentation changes. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2