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