Re: question about syntax highlighting

2006-09-07 Thread Yakov Lerner
On 9/7/06, Hydrograafia [EMAIL PROTECTED] wrote: hello! i am a c programmer and vim is great tool for me : - ). But one thing i did not like is the current c syntax highlighting. i chaned c.vim a little bit. so i have highlighted function names now but i want them bold also. But if i add a

Re: question about syntax highlighting

2006-09-07 Thread Bram Moolenaar
Mattiko Kabanen wrote: i am a c programmer and vim is great tool for me : - ). But one thing i did not like is the current c syntax highlighting. i chaned c.vim a little bit. so i have highlighted function names now but i want them bold also. But if i add a line hi Function gui=bold

Re: question about syntax highlighting

2006-09-07 Thread Peter Hodge
Hello, --- A.J.Mechelynck [EMAIL PROTECTED] wrote: If you have found a colorscheme which satisfies you almost, but not completely, copy it to ~/.vim/colors/ under a different name (ending in .vim) and modify it there. Then you can set gui=bold for Function or cFunction in your own

Re: question about syntax highlighting

2006-09-07 Thread A.J.Mechelynck
Peter Hodge wrote: Hello, --- A.J.Mechelynck [EMAIL PROTECTED] wrote: If you have found a colorscheme which satisfies you almost, but not completely, copy it to ~/.vim/colors/ under a different name (ending in .vim) and modify it there. Then you can set gui=bold for Function or cFunction in

Re: question about syntax highlighting

2006-09-07 Thread Peter Hodge
Hello, Does this actually work for you? IIRC, after colorschemes didn't work for me, so I concluded that :colorscheme foobar is equivalent to :runtime colors/foobar.vim not :runtime! colors/foobar.vim. I'm not quite sure what you mean. 'after' colorschemes had never worked for me