summaryrefslogtreecommitdiffstats
path: root/ftplugin/git.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/git.vim')
-rw-r--r--ftplugin/git.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/git.vim b/ftplugin/git.vim
index 13ae96b6..2b907e52 100644
--- a/ftplugin/git.vim
+++ b/ftplugin/git.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('git', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'git')
finish
endif