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