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