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