From 011957a689c77df4dc695d4a06f92e0e40d021c8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 14 Nov 2009 14:43:57 +0100 Subject: [PATCH] vimrc: Minor documentation fix. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bd82bc1..ea0e5f0 100644 --- a/vimrc +++ b/vimrc @@ -256,7 +256,7 @@ if has('autocmd') " backupcopy=auto. autocmd FileType crontab setlocal backupcopy=yes " Don't use the modeline as the diff created by `git commit -v` may contain -" one which could change the filetype or other settings of the commit window. +" one which could change the filetype or other settings of the commit buffer. autocmd FileType gitcommit setlocal nomodeline | \ let g:secure_modelines_allowed_items = [] " Allow folding in perl. -- 2.45.2