X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=f482daf98259c2809c12375af34d0313c39383c5;hb=81fd9dd908139ac857db0090e920fcd5a6c7cda1;hp=4d15af8731224876a8d95244eee9fa0bfab2d2c4;hpb=43bccc36cc538f573b0559ea171d09267b660681;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 4d15af8..f482daf 100644 --- a/vimrc +++ b/vimrc @@ -637,6 +637,12 @@ if has('eval') silent! execute 'call pathogen#runtime_append_all_bundles()' endif +" Settings for securemodelines. + " Only allow items I need (also includes spl which is not enabled by + " default). + let g:secure_modelines_allowed_items = ['ft', 'spl', 'fdm', + \ 'sw', 'sts', 'noet'] + " Settings for the NERD commenter. " Don't create any mappings I don't want to use. let g:NERDCreateDefaultMappings = 0