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
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