> -----Original Message-----
> From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 11, 2006 10:06 PM
> To: Benjamin Reitzammer
> Cc: Benjamin Reitzammer; [email protected]
> Subject: lookupfile.vim (WAS Re: fast file opening / find 
> file as you type)
> 
> 
> Actually, I started with the below idea, and created a plugin 
> that works more or less like what the OP wanted. It uses the 
> Vim completion mechanism to bringup a popup dialog with 
> matching filenames. Works best when you have a dedicated tags 
> file the way I originaly proposed (see the script header). 
> Can anyone try the attached plugin and give me feedback?

You know me Hari, I can't refuse your plugins.

I tried it, it didn't work as expected so I read the instructions!!

Anyway since I didn't do this:
    find . -print | sort | awk '{printf "%s\t%s\t1\n", $0, $0;}' >
filenametag

If the tagfile isn't specified, what about generating the contents for the
completion window from the globpath using either $PATH or &path?

In my case, &path is the default of '.,,', but I set it using:
:let &path=substitute($PATH, ';', ',', 'g')

Then I hit <F5>.

What do you think?

Dave

Reply via email to