> When I do :tag trim_headers , I get 'tag pattern not found' error, even
> though this tag is in tags file and tags file is in :set tags. Some
> other tags can be found, though (in the same file), and some more tags
> also can't be found. It's a python file and this tag refers to function
> definition.
>
> How do I debug something like this?
>
> Thanks!, -ak
The tag is not found in the tags file?
Vim does a binary search for tags, maybe the tags file isn't properly sorted?
See 'tagbsearch':
:h 'tbs
--
Andy
--
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
No comments:
Post a Comment