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