syntax on does work [3]
syntax on does work
Friday, August 28, 2015 6:57 AM - Shivakumar
Hi,
I am facing problem in turning on syntax.
It works with putty but does not work with xshell.
PS:"syntax on" is set in .vimrc
Thanks & Regards,
Shivakumar NC
Program Ver. : Xshell 4
I am facing problem in turning on syntax.
It works with putty but does not work with xshell.
PS:"syntax on" is set in .vimrc
Thanks & Regards,
Shivakumar NC
Program Ver. : Xshell 4
Re: syntax on does work
Monday, August 31, 2015 3:03 AM - zoo
Syntax Highlighting is concerned with a terminal type(TERM) also.
Check if the terminal type of Xshell session properties and the terminal is xterm, linux etc.
VT100 can't do that.
Check if the terminal type of Xshell session properties and the terminal is xterm, linux etc.
VT100 can't do that.
Re: syntax on does work
Monday, August 31, 2015 5:47 AM - Shivakumar
Its xterm only
bash-4.1$ echo $TERM
xterm
bash-4.1$ echo $TERM
xterm
Re: syntax on does work
Monday, August 31, 2015 6:19 AM - Shivakumar
Found it finally :-)
Issue was in the colors scheme i chose black on white.
so only black and white colors were shown.
Now i changed it to 'ANSI colors on white".
Thanks & Regards,
Shivakumar NC
Issue was in the colors scheme i chose black on white.
so only black and white colors were shown.
Now i changed it to 'ANSI colors on white".
Thanks & Regards,
Shivakumar NC
Previous views: 935