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