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