diff options
Diffstat (limited to 'ftplugin/git.vim')
-rw-r--r-- | ftplugin/git.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/git.vim b/ftplugin/git.vim index d4ffec78..072859ed 100644 --- a/ftplugin/git.vim +++ b/ftplugin/git.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'git') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'git', 'ftplugin/git.vim') finish endif |