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 c30d3657..b6098bd5 100644
--- a/ftplugin/gitsendemail.vim
+++ b/ftplugin/gitsendemail.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'git')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'git', 'ftplugin/gitsendemail.vim')
finish
endif