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