Hi,

On Thu, Sep 17, 2009 at 9:32 AM, Steven Woody <[email protected]> wrote:
> Hi,
> My c files have something like:
> #ifdef CPPCODE
> class {
> ... #endif
> void foo(void)
> {
>  ...
> }
> #ifdef CPPCODE
> }
> #endif
> the only way to let ctags correctly parsing these files is to map my .c
> files to c++ language,  this is successful.  But problem raised when I begin
> to use taglist plugin, which can not treat these .c files as in c++
> language, so I can not see my tag 'foo' as function in the left list panel.
> Is there a solution? Thanks in advance.
>

You can refer to the following pages:

http://vim-taglist.sourceforge.net/manual.html#taglist-extend
http://vim-taglist.sourceforge.net/extend.html

- Yegappan

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

Reply via email to