X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=ea0e5f0823e19a69c2e544f730be6b278479c53d;hb=011957a689c77df4dc695d4a06f92e0e40d021c8;hp=bd82bc11dd218fbe618643af4e9ae54034535e46;hpb=7a52215db3ea82cc50494927e7a3db149559388f;p=config%2Fdotfiles.git 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.