Re: Highlighting keywords from C libraries

2007-02-21 Thread Kazunobu Kuriyama
Gautam Iyer wrote: On Thu, Feb 22, 2007 at 03:19:24AM +0900, Kazunobu Kuriyama wrote: snip I attach a modified c.vim syntax file (minor changes to accommodate the modular structure above), and glibc.vim, xlib.vim (which should be put inside syntax/clibs/) to highlight functions and constants

Re: Highlighting keywords from C libraries

2007-02-21 Thread Kazunobu Kuriyama
Gautam Iyer wrote: snip I guess you could easily find someone around you who has a standard C library reference. Can't you borrow one from a public library or somewhere else, if not online... Theres no way I'm going to type in by hand all standard C keywords. If I can generate it easily

Re: Patch 7.0.002

2006-05-10 Thread Kazunobu Kuriyama
Bram Moolenaar wrote: Patch 7.0.002 Problem:C omni completion has a problem with tags files with a path containing # or %. Solution: Escape these characters. (Sebastian Baberowski) Files: runtime/autoload/ccomplete.vim Though I'm quite happy with this patch, I'm now