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 45bedcf8..09e6e789 100644
--- a/indent/dart.vim
+++ b/indent/dart.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('dart', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'dart')
finish
endif