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