[EMAIL PROTECTED] wrote:

Hello Vimmers,


I've seen recently in the mailing list an interesting post/question about 
searching for a list of fies containing a pattern.
The answer was that we could use :Explore or :vimgrep.
For me, the first solution seems the best.

I have a friend of mine that is using emacs, which has the same option as :Explore. However, the files matching the pattern are highlighted. Is it possible to do the same with :Explore? I checked the :help :Explore but couldn't find it.
I've uploaded v107g of netrw.vim which supports this to my website:

 http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs
 see "Network Oriented Reading, Writing, and Browsing"

First, remove all previous versions of netrw from both your personal directories and from the system directory where netrw was installed (under Linux, that's often /usr/local/vim/share/vim/vim70/[plugin|autoload|doc]/netrw*).
You'll also need to remove all previous versions of vimball.

You can get the latest vimball from my website, too (see "Vimball Archiver"). Install it first:

 cd /usr/local/vim/share/vim/vim70
 mv [wherever]/vimball.tar.gz .
 gunzip vimball.tar
 tar xvf vimball.tar

Then you may install netrw:

vim netrw.vba.gz
:so %
:q

should do it.

Regards,
Chip Campbell

Reply via email to