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