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.

-
narke

-- 
Life is the only flaw in an otherwise perfect nonexistence
   -- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 ([email protected])

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

Reply via email to