summaryrefslogtreecommitdiffstats
path: root/syntax/help.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/help.vim')
-rw-r--r--syntax/help.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/help.vim b/syntax/help.vim
index 7bc7dac0..e5e618dc 100644
--- a/syntax/help.vim
+++ b/syntax/help.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('help', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'help')
finish
endif