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