We need an alternate index into the help doc.s for stuff like this
that's too useful not to know.  This falls under the category of "I
read that section, but it didn't register in my brain".  Sadly, I
suspect you'd need a digest for every help page :-/

More questions: the 'path' option seems to allow even more interesting
stuff, but only for 'gf' and the like.  Is there a way to have the :e
...<tab> completion use the 'path'?  It would be cool to have dual
upward/downward recursive completion (although I can't seem to get it
to work as I expected with 'gf' either).



On 4/20/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> On 4/20/06, Curtis Spencer <[EMAIL PROTECTED]> wrote:
> >  I am looking for a nice way to open up a file in subdirectory if I know
> >  the first few characters of the name, ie.:
> >
> >  :open hel<press tab>  and then I see :open hello_world.c, if it is
> >  somewhere in some subdirectories of the current directory.  Is there a
> >  nice way to do this?
>
> Try
> :e **/hel<Tab>
>
> Althoug I noticed this gives different results in vim6 vs vim7.
>
> Yakov
>

Reply via email to