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