Martin Kopta <martin_AT_kopta.eu> writes:
> I can't really use ':version' since vim output is horribly
> broken. Have this output instead.
>
> # vi --version | grep -E terminfo\|termcap
> -tag_binary -tag_old_static -tag_any_white -tcl +terminfo -termresponse
> Linking: gcc -L/usr/local/lib -o vim -lselinux -ltermcap -lacl
>
> # rpm -qf $(which vi)
> vim-minimal-7.0.109-7.el5
Shot in the dark: vim-minimal is built with "builtin-terms" and
-ltermcap only, so it doesn't look up terminfo at all.
(vim --version should show -lncurses, so that will use terminfo.)
--
Christian Neukirchen <chneukirchen_AT_gmail.com> http://chneukirchen.org
Received on Fri Feb 17 2012 - 15:05:49 CET