Fairlight [[EMAIL PROTECTED]] wrote:
> Question for ya first...how do you get vim's "standard colours for email
> mode" ...I guess how do you get vim's email mode? :)
The standard syntax highlight includes the email mode as well.
So all you need is to add the following to your /etc/vimrc:
" Vim5 comes with syntaxhighlighting. If you want to enable
" syntaxhightlighting
" by default uncomment the next three lines.
if has("syntax")
syntax on " Default to no syntax highlightning
endif
--
____________________________________________________________________________
Shao Zhang - Running Debian 2.1 ___ _ _____
Department of Communications / __| |_ __ _ ___ |_ / |_ __ _ _ _ __ _
University of New South Wales \__ \ ' \/ _` / _ \ / /| ' \/ _` | ' \/ _` |
Sydney, Australia |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED] |___/
_____________________________________________________________________________