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