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