[Tutor] Python syntax highligting with Vim

alan.gauld@bt.com alan.gauld@bt.com
Fri, 1 Jun 2001 11:01:46 +0100


> and would like to implement it in gvim under windows. 

It should already work

> cannot find any documentation on turning on syntax 
> highligting. 

Try :help syntax

But put simply its:

:syntax on

Or put the line 

syntax on 

in your .gvimrc file.

Alan g