From 831cc30cdc00e9aaad1b95f839f585a406bbb455 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 26 Sep 2014 16:11:58 +0100 Subject: [PATCH] vim: don't fold in gitcommit --- vim/ftplugin/gitcommit.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftplugin/gitcommit.vim 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 -- 2.48.1