]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation fix.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Nov 2009 13:43:57 +0000 (14:43 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Nov 2009 13:43:57 +0000 (14:43 +0100)
vimrc

diff --git a/vimrc b/vimrc
index bd82bc11dd218fbe618643af4e9ae54034535e46..ea0e5f0823e19a69c2e544f730be6b278479c53d 100644 (file)
--- 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.