From 14ffeef680fb4e429f5adf92b720beaf7eae8a4e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 24 Jan 2014 17:01:16 -0800 Subject: [PATCH] Don't fold git commit messages --- 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..705568f --- /dev/null +++ b/vim/ftplugin/gitcommit.vim @@ -0,0 +1 @@ +set nofoldenable " disable folding