summaryrefslogtreecommitdiffstats
path: root/indent/dart.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/dart.vim')
-rw-r--r--indent/dart.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/dart.vim b/indent/dart.vim
index 882ac763..4f08a36f 100644
--- a/indent/dart.vim
+++ b/indent/dart.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'dart')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'dart', 'indent/dart.vim')
finish
endif