The least work would of course be to just generate a compatible tags file and
be done with it ;)
But looking at the tags file, it seemed unable to distinguish between same name
variables that live closely together in the same source file, but refer to
different declarations, for example:
..
if (..) {
int a = 10;
a++; // this 'a' refers to the one above
}
if (..) {
char* a = ..
// any 'a' reference here refers to the char* a
}
In my case, I definitely want to make this distinction. I'll look into the tags
format more closely,
so see if it can indeed do this.
Thx for the replies!
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.