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