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