diff options
Diffstat (limited to '')
-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 4bc23398..3ea64a55 100644 --- a/ftplugin/terminfo.vim +++ b/ftplugin/terminfo.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'terminfo') +if has_key(g:polyglot_is_disabled, 'terminfo') finish endif |