Hi, On 5/9/06, Vigil <[EMAIL PROTECTED]> wrote:
Is there a way to have vim work with tags of the format &package::sub(arg)? I have tried normal ctags, and pltags, but they don't work with this. When I ctrl-] on "sub", I'd like to be taken to the definition of package's sub. I recall it identifying definitions of the form class->method(arg).
Even if I'm not taken to the correct definition of sub, but given a list of matches as normal, that would be better than nothing at all.
Are you looking for the ":tselect", ":tjump", g] and g_CTRL-] commands? When there are more than one matching tag, these commands will allow you to select a tag from a list. - Yegappan
Judging from looking around google, vim.org, etc, it seems either nobody has ever tried to do this, which I find hard to believe, or I'm missing something incredibly obvious. (Unfortunately I'm using vim 6.1).
