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