* Gautam Iyer <gautam@> [070222 11:42]:
> Anyways, following suggestions from this thread I made the following
> modifications:
Well, I'd also suggested to split it to many different files:

syntax/c.vim
syntax/c/ansi.vim
syntax/c/susv3.vim
syntax/c/xlib.vim
...

with something like

if !exists("b:c_syntax_use_XXX") && !exists("g:c_syntax_use_XXX")
  finish
endif

at the very start.  And source it from main c.vim.  So I can add
my own symbol highlighting without having to hack this big and
complex c.vim...

-- 
Regards,
Sir Raorn.

Attachment: signature.asc
Description: Digital signature

Reply via email to