Hello, 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?
I'm always relying on a late (vim7 only) addition in a plugin of mine (searchInRuntime, #229 on SF). It also relies on &path, but it also adds a lot of magic (autocompletion, possibility to choose one particular file among several, jump to an already opened buffer) HTH, -- Luc Hermitte