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