]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vim/after/ftplugin/gitcommit.vim
after/ftplugin/deb.vim: Disable spell checking.
[config/dotfiles.git] / vim / after / ftplugin / gitcommit.vim
1 " Vim filetype plugin file
2 " Language:     Git commit
3 " Maintainer:   Simon Ruderich <simon@ruderich.org>
4 " Last Change:  2009-03-14
5
6
7 " Don't use the modeline as the diff created by `git commit -v` may contain
8 " one which could change the filetype or other settings of the commit window.
9 setlocal nomodeline
10 let g:secure_modelines_allowed_items = []