From 9bc56101dedd4937d77c72a84fc605ad49a181f2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 8 Apr 2009 11:39:34 +0200 Subject: [PATCH] after/ftplugin/gitcommit.vim: Don't use modeline. --- vim/after/ftplugin/gitcommit.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vim/after/ftplugin/gitcommit.vim diff --git a/vim/after/ftplugin/gitcommit.vim b/vim/after/ftplugin/gitcommit.vim new file mode 100644 index 0000000..bc60cf4 --- /dev/null +++ b/vim/after/ftplugin/gitcommit.vim @@ -0,0 +1,9 @@ +" Vim filetype plugin file +" Language: Git commit +" Maintainer: Simon Ruderich +" Last Change: 2009-03-14 + + +" 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 -- 2.44.1