Hi, JC wrote: > I've done this before, but I can't remember how to do it. When I edit > a ".c" file the keywords like strcpy, strcmp, etc. don't show the > color I want. How do I go about changing the colors of keywords? > I've messed around with the c.vim file, but nothing seems to be > working.
there is a script on www.vim.org that provides highlighting for identifiers (functions, macros, etc.) from glibc and Xlib. You can find it at http://www.vim.org/scripts/script.php?script_id=1919 I don't use it myself, so I can't comment on its quality. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
