25h sequences in VIM?
What caused it? Well, I also copied over my .vimrc from my PowerBook and this held following line:
set term=xterm-color
Well, nice idea, but does only work if you're using xterm-color
So after resetting the terminal to "cons25" everything worked again, but it took me quite some time finding the real culprit. I already knew that it must have had something to do with $TERM (thanks to some excessive googling for a few hours), but I couldn't really find where I had set it incorrectly
