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