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 a43546cf..0ee4a9ca 100644 --- a/after/syntax/help.vim +++ b/after/syntax/help.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('scala', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'scala') finish endif |