On Tue, 09 Mar 2004, Louie Kwan wrote:

> Not a PGSQL question..
> 
> When I use vim, my xterm is all highlighted with many different color..
> 
> How can I turn the coloring off.
> 
> Sorry to ask the vim question here.

Numerous ways.

In a session:

:syntax off

Presumably, you're using files with a file extension that is tripping
the coloring highlights, probably provided by your OS. You can turn them
off globally by adding a syntax command to your .vimrc. (It could be 
that you're editing files with embedded hints, or several other things.) 
See

http://vimdoc.sourceforge.net/htmldoc/syntax.html#syntax

for more details, or start with 

:help syntax

within vim.

-j

-- 
Jamie Lawrence                                        [EMAIL PROTECTED]
Don't anthropomorphize computers. They hate that.



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to