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