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