X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fafter%2Fftplugin%2Fgitcommit.vim;h=1c439f3852fd660eadbff3aed53a84a0a04550f5;hb=3cb0be124c6e112106d90e3878b9ff89569a7ef7;hp=bc60cf44a1576b2b75076ade9915feb7a73d8535;hpb=4cbecee3efa4fd81b5c7cd4efb85fe06ed927293;p=config%2Fdotfiles.git diff --git a/vim/after/ftplugin/gitcommit.vim b/vim/after/ftplugin/gitcommit.vim index bc60cf4..1c439f3 100644 --- a/vim/after/ftplugin/gitcommit.vim +++ b/vim/after/ftplugin/gitcommit.vim @@ -7,3 +7,4 @@ " Don't use the modeline as the diff created by `git commit -v` may contain " one which could change the filetype or other settings of the commit window. setlocal nomodeline +let g:secure_modelines_allowed_items = []