by a bug in the plugin's code. After doing some debugging and adding
some lines of code I managed to get the above situation to work. Is
there any good way to submit existing plugin patches?
There is also one other problem I'm having that I know is related
directly to ctags. There is another namespace defined as:
namespace BWAPI {
namespace UnitTypes {
extern const UnitType Terran_Marine;
...
}
}
No matter what ctags command I use, I cannot get the tags file to pick
up any variables defined as "extern" within a namespace. If I remove
the extern keyword and re-create the tag file, they're there, but
leaving it that way causes the program to crash after re-compiling it.
Is it at all possible to get ctags to pick up these varables without
needing to modify them?
--
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
To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
No comments:
Post a Comment