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