" one which could change the filetype or other settings of the commit window.
autocmd FileType gitcommit setlocal nomodeline |
\ let g:secure_modelines_allowed_items = []
-" Allow folding.
+" Allow folding in perl.
autocmd FileType perl let perl_fold = 1 |
\ let perl_fold_blocks = 1
-" Use the same comment string as for Vim files.
+" Use the same comment string as for Vim files in vimperator files.
autocmd FileType vimperator setlocal commentstring=\"%s
" FTDETECT AUTO COMMANDS