From b38d6267a7a20f2e78a3149809192f6f6e2ddeb3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 08:32:58 +0200 Subject: Add ftplugin/gitcommit_gitcha.vim Unlet `b:did_ftplugin` to allow 'vim-gitcha' to work. By default we override `b:did_ftplugin` to disable filetype plugins, but here we want the ftplugin to work. --- ftplugin/gitcommit_gitcha.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftplugin/gitcommit_gitcha.vim (limited to 'ftplugin/gitcommit_gitcha.vim') diff --git a/ftplugin/gitcommit_gitcha.vim b/ftplugin/gitcommit_gitcha.vim new file mode 100644 index 0000000..3f64fa2 --- /dev/null +++ b/ftplugin/gitcommit_gitcha.vim @@ -0,0 +1,3 @@ +if exists('b:did_ftplugin') + unlet b:did_ftplugin +endif -- cgit v1.2.3