Hi, On Wed, Jan 9, 2019 at 8:26 PM Andy Massimino <[email protected]> wrote: > > @yegappan, is it possible to use :tag to go forwards in the tag stack after > using settagstack() then using :pop ? It seems as though vim does not have > enough information in the stack to go to newer tags which are not backed by a > tag file. >
Yes. The ":tag" command goes forward in the tag stack by searching for tags in the tags file. So currently if the tags file is not present, then you cannot jump between the entries in the tag stack. - Yegappan -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
