diff options
Diffstat (limited to 'syntax/hex.vim')
-rw-r--r-- | syntax/hex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/hex.vim b/syntax/hex.vim index 6808720b..7a6cfc3a 100644 --- a/syntax/hex.vim +++ b/syntax/hex.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'hex') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'hex', 'syntax/hex.vim') finish endif |