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