aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftplugin/gitcommit/gitcha.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/gitcommit/gitcha.vim b/ftplugin/gitcommit/gitcha.vim
index aaa6c1a..19f4a0b 100644
--- a/ftplugin/gitcommit/gitcha.vim
+++ b/ftplugin/gitcommit/gitcha.vim
@@ -1,3 +1,9 @@
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+
if exists('g:no_plugin_maps') || exists('g:no_gitcha_maps')
finish
endif