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