Zheng Da wrote:
I have used your script, but it can't content me.
I want to find the file under the current dir, its subdir or maybe its
sub-subdir. So I hope while I'm inputting the filename, the popup menu
should display the paths with the file, not the dir, containing the
characters I input.


Try (untested)

        :set path=**

to search only in the current directory and below, or

        :set path+=**

to add the whole tree starting at the current directory going down, to whatever 'path' is already set to.


This method uses no popup menu, it merely changes the set of directories searched by the ":find" command.


Best regards,
Tony.

Reply via email to