Web Hosting Talk







View Full Version : highlighting in vi


CPixelsBen
05-07-2003, 05:46 AM
Hi All,

Does anyone know how to get the highlighting feature on in vi?

TIA

ttjoum
05-07-2003, 06:36 AM
/etc/virc or vimrc something like that i do not remember
enable the option syntax on

ffeingol
05-07-2003, 07:27 AM
CPixelsBen,

It's actually vi that is doing the highlighting, it's vim. On most of the linux distro's I've seen when you run vi you are actually running vim. If you're on an actual Unix box (Solaris, HPUX etc.) then you won't get the highlighting becuase it's really running vi.

Frank