summaryrefslogtreecommitdiffstats
path: root/ftplugin/gitrebase.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/gitrebase.vim')
-rw-r--r--ftplugin/gitrebase.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/gitrebase.vim b/ftplugin/gitrebase.vim
index 524663c7..29bedf43 100644
--- a/ftplugin/gitrebase.vim
+++ b/ftplugin/gitrebase.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'git')
+if has_key(g:polyglot_is_disabled, 'git')
finish
endif