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