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