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