Thanks.
YJ
:help syntax
either edit on a non-color terminal (setenv TERM vt100, or whatever),
or :set syntax blah blah.
Peter
Well, the vi editor doesn't have colors. Its purely a
two-color editor (background, foreground) determined by
the terminal (xterm, etc).
So, if you're getting multiple colors, you're not using
vi. If you're using vim, the solution is:
:syn off
If you want to make that effective all the time, put it
into your <.vimrc>. In fact, you normally have to have
:syn on
somewhere for syntax highlighting to take effect. So
an alternative solution is to check your own <.vimrc>
and then system-wide <vimrc> and delete :syn on .
Regards,
Chip Campbell
--
Charles E. Campbell, Jr
PGP public key: http://www.erols.com/astronaut/pgp.html