On Sun, 14 Mar 1999, Catalin Bucur wrote:

# Chris wrote:
# > 
# > I was wondering how to make vim do syntax highlighting for C code or emacs
# > and how to set tabs for code.
# > 
# >         Thanks
# 
# For vim,
# :syntax on

and the tabstops...

:set tabstop=x
[where x is some number, 4 or 8 usually - 4 being a sane choice :)]

-- 
+++           Beware of programmers who carry screwdrivers           +++
[EMAIL PROTECTED]     http://www.users.globalnet.co.uk/~kermit

Reply via email to