On 2009-05-06, Mahurshi Akilla wrote:
> How do I switch between files when I have more than one file with the
> same tag info?
> 
> e.g.
> filetag  /mypath/folder1/file.txt
> filetag  /mypath/folder2/file.txt
> 
> When I open vim with
> vim -t filetag
> 
> It says "tag 1 of 2 or more" and goes to the first one.
> 
> How do I tell it to go to the next file?

    :tn

See

    :help :tn

for more on that command and

    :help tag-matchlist

for more on the many other commands that can be used to select among
and jump to tags.  For even more on tags, see

    :help tagsrch.txt
    :help 29.1

HTH,
Gary



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to