OK, the problem is not quite what I thought it was.
> I am finding right now that if I open multiple files either on the command
line:
> vim build_jsk.xml build.xml
> or using :e, :sp, :tabnew
>
> The taglist is only showing tags for one file.. I press "u" within the
taglist, but it is not helping.
The issue is that I have some filetype:ANT files that are not named as
"build.xml", and tags are not being generated for those, even when I issue :setf
ANT
So the real problem is: how to I make a file that is not "build.xml" be
considered as an ANT file under TagList?
Thanks again..
Rob
:)