2009/9/25 stone <[email protected]>:
>
>
> 2009/9/25 stone <[email protected]>
> And do your plugin support c++ file?

Yes!  Most of the testing has been done on (embedded) C code, but it
should support C++ code with no problems at all.

> I used this command to create my tags file:
> ctags -R  --c++-kinds=-f-n-v -o ../tag_highlight
> And do you had same command?

I call ctags with (if memory serves me correctly):

ctags --recurse --exclude=docs --exclude=Documentation --languages=c,c++ .

This generates a file called tags, which is then parsed to generate types_c.vim.

It treats C and C++ files as equivalent, but it has always seemed to
work for me.  Are you having trouble with C++ code?

Al

-- 
http://sites.google.com/site/abudden

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to