Martin Kopta <[email protected]> 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 <[email protected]> http://chneukirchen.org
