From: Samir Benmendil Date: Fri, 26 Sep 2014 15:11:58 +0000 (+0100) Subject: vim: don't fold in gitcommit X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/831cc30cdc00e9aaad1b95f839f585a406bbb455 vim: don't fold in gitcommit --- diff --git a/vim/ftplugin/gitcommit.vim b/vim/ftplugin/gitcommit.vim new file mode 100644 index 0000000..9cd6efc --- /dev/null +++ b/vim/ftplugin/gitcommit.vim @@ -0,0 +1 @@ +setlocal foldmethod=manual