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