On Monday, May 5, 2014 7:44:30 AM UTC-5, Cesar wrote:
> 
> 
> You are right. I got confused by ':[count]find {file}'
> 
> I thought one could do ':[count]tabfind {file}' to get the same result
> 
> as by :find
> 
> How can I find version of '{file}' using ':[count]tabfind {file}'?
> 
> I tried to do ':tab [count]find {file}' but it doesn't work.
> 

I think, if you want the behavior exactly, you will need to:

  :tabnew | [count]find {file}

A different option is available since you are using Vim 7.3 or higher. :find 
now supports tab-completion of file names.

So, especially with 'wildmenu' set, you can do:

  :tabfind fi<Tab>

and then hit <Tab> repeatedly to select the specific file you want from your 
path search.

-- 
-- 
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.

Raspunde prin e-mail lui