No need to disable them again.
" may contain one which could change the filetype or other settings of the
" commit buffer. Also make sure we use only 72 characters per line which is
" the recommendation for git commit messages (http://tpope.net/node/106).
- autocmd FileType gitcommit setlocal nomodeline |
- \ let g:secure_modelines_allowed_items = [] |
+ autocmd FileType gitcommit let g:secure_modelines_allowed_items = [] |
\ setlocal textwidth=72
" Allow folding in perl.
autocmd FileType perl let perl_fold = 1 |