diff options
Diffstat (limited to 'ftplugin/terminfo.vim')
-rw-r--r-- | ftplugin/terminfo.vim | 2 |
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 |