Hi,
>
> Hi there,
>
> I'm a long time TagList user (circa 2003), and it truly is my desert
> island vim plugin.
>
> Recently, I've come across a problem where I'm in a file with plenty
> of variable declarations that span many many lines. This file also has
> no subroutines or things that TagList would normally catch.
>
> What I'd like to do is add a 'pseudo-tag' to essentially group these
> variables together, so that when my muscle-memory kicks in and I
> summon a taglist window, I can navigate through the file as normal.
>
I didn't fully understand the question. Do you want to see a single
entry in the taglist window for all the variables? Or you don't want to
see the variables in the taglist window?
You can configure the taglist plugin to not display the tags for the
variables by setting the tlist_perl_settings variable in your .vimrc
file and excluding the ctags flags for perl variables.
As for displaying a pseudo tag for all the variables, it is not
supported by the taglist plugin currently.
- Yegappan
>
> Is this possible? How would I go about doing this? I would imagine
> something within a comment. I've scoured the docs and the forum, but
> can't find anything.
>
> P.S - I'm using perl.
>
>
> Hi there,
>
> I'm a long time TagList user (circa 2003), and it truly is my desert
> island vim plugin.
>
> Recently, I've come across a problem where I'm in a file with plenty
> of variable declarations that span many many lines. This file also has
> no subroutines or things that TagList would normally catch.
>
> What I'd like to do is add a 'pseudo-tag' to essentially group these
> variables together, so that when my muscle-memory kicks in and I
> summon a taglist window, I can navigate through the file as normal.
>
I didn't fully understand the question. Do you want to see a single
entry in the taglist window for all the variables? Or you don't want to
see the variables in the taglist window?
You can configure the taglist plugin to not display the tags for the
variables by setting the tlist_perl_settings variable in your .vimrc
file and excluding the ctags flags for perl variables.
As for displaying a pseudo tag for all the variables, it is not
supported by the taglist plugin currently.
- Yegappan
>
> Is this possible? How would I go about doing this? I would imagine
> something within a comment. I've scoured the docs and the forum, but
> can't find anything.
>
> P.S - I'm using perl.
>