summaryrefslogtreecommitdiffstats
path: root/syntax/8th.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/8th.vim')
-rw-r--r--syntax/8th.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/8th.vim b/syntax/8th.vim
index 517d3573..f297dc54 100644
--- a/syntax/8th.vim
+++ b/syntax/8th.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, '8th')
+if polyglot#init#is_disabled(expand('<sfile>:p'), '8th', 'syntax/8th.vim')
finish
endif