Re: sh vs bash syntax coloring

2011-08-01 Thread Leiking
zsh. 2011/8/1 : >> You can put this option somewher in ~/.zshenv. Or, better, use zsh syntax for >> it: >>     !action=(xpdf -option) ; ... ; $action file >>     !action="xpdf -option" ; ... ; ${(z)action} file >>     !action="xpdf -option" ; ... ; $=action file >> in last case it is just one mor

Re: vim 7.3 syntax highlight for c functions

2011-11-12 Thread Leiking
try std_c.vim 2011/11/13 sinbad : > On Nov 12, 1:27 pm, sinbad wrote: >> hi, >> >> i am trying to syntax highlight the c function calls. i asked google, >> someone suggested to add >> the following in c.vim. >> >> " Highlight Class and Function names >> syn match    cCustomParen    "(" contains=c