Hello:
I am trying to configure taglist with vim. I ran :TlistAddFilesRecursive at the root of my java source. Say I have a class
class Foo extends Bar { }
I place my cursor is on Bar and I do
Ctrl-]I get
E433: No tags file E426: tag not found: Bar Press ENTER or type command to continue
However, if I :TlistToggle and search for Bar then press enter, the class is findable and it opens.
Does anyone know what would cause this?
Thanks.