On 11/16/2011 12:29 AM, John Little wrote:

How do I debug something like this?

The tags option has tricky semantics, you may be picking up a tags
file in an unexpected place.  To eliminate this possibility, I'd set
the tags option to point to a single full pathname, f. ex.

:set tags=/tmp/aktags

to be sure which tags file is being used.  Another idea is to run

:echo tagfiles()

and check for surprises.

Regards, John



Thanks, that did work! My guess is that if vim sees a tag file with
any tags from current file, it stops searching other tag files and
assumes current tag does not exist?  -ak

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to