MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
131 stars 33 forks source link

tag stack empty #75

Closed drewboardman closed 4 years ago

drewboardman commented 4 years ago

It looks like I successfully created a $PWD/tags file (it's large and populated). However I have the tag stack empty error when I try to follow your README instructions.

a. put cursor on function call b. type :tjump c. get tag stack empty

d. attempt to set the tags file with :let tags+=tags e. get error Undefined variable: tags

Any ideas?

drewboardman commented 4 years ago

EDIT: It seems like I just needed to use Ctrl+] instead.

Is there a tip on how to keep your tags up to date?