http://qs321.pair.com?node_id=234551


in reply to Re: Perl syntax coloring using vim
in thread Perl syntax coloring using vim

TERM! That's it! OK, I'm playing with setting the term variable. So far "sun-color" is the closest to "right". It will display the colors correctly, but doesn't redraw the screen. Nevertheless, I think I'm on the right track. Thanks!

-Logan
"What do I want? I'm an American. I want more."

Replies are listed 'Best First'.
Re: Re: Re: Perl syntax coloring using vim
by rerunn (Initiate) on Feb 11, 2003 at 23:35 UTC
    I ran across this one too.

    If i remember correctly, setting TERM=dtterm worked well enough for me.

    Let us know how it goes.

      Great, dtterm works, although vim would not recognize many of the keys, e.g. home, end, etc. TERM=xtermc on the other hand works perfectly (sunos 5.6 -> linux) Rgds