X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=83996b31ea19d478b837455cce4dc4ea3d6eae25;hb=037f9763a1d4a6e82fb78e4a29ddc722d2bd0f92;hp=717105d2f9d27e4cc668f8f889d54006d22403b9;hpb=c0545756665819d6f7fa3645ba53be352aaabf91;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 717105d..83996b3 100644 --- a/vimrc +++ b/vimrc @@ -360,6 +360,15 @@ if has('syntax') if v:version > 701 || (v:version == 701 && has('patch42')) call matchadd('Todo', '\(TODO\|FIXME\|CHANGED\|XXX\)') endif + +" Settings for specific filetypes. + + " Perl. + let g:perl_fold = 1 + let g:perl_fold_blocks = 1 + let g:perl_nofold_packages = 1 + let g:perl_include_pod = 1 " syntax coloring for PODs + endif @@ -439,9 +448,6 @@ if has('autocmd') " the recommendation for git commit messages (http://tpope.net/node/106). autocmd FileType gitcommit let g:secure_modelines_allowed_items = [] | \ setlocal textwidth=72 -" 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 in Vimperator files. autocmd FileType vimperator setlocal commentstring=\"%s