Chuck Mason wrote:

Sorry to bring this up again.  Was there every any solution to this?  Do
I just need the latest netrw?  I was trying to get :Explore **/pattern
working
But as I do see the "Match n of N" in the lower right, the cursor never
moves in the browse buffer (with <S-Down>/<S-Up>) and occasionally I get
errors:

Error detected while processing function netrw#Explore:
line 165:
E121: Undefined variable: w:netrw_longlist
E15: Invalid expression: w:netrw_longlist == 0 || w:netrw_longlist == 1

I'm using vim7.0 (2006 may 7), and tried this with -N -u NONE.  Maybe
someone here knows how to get this working?

netrw is up to v107g (Nov 03, 2006).

I suggest upgrading!

You'll also need an up-to-date version of vimball to extract netrw, which is also available at:

        http://vim.sourceforge.net/scripts/script.php?script_id=1502
 -or-   http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs
        see "Vimball Archiver"

Also, to make these new plugins work, you first need to completely remove
all older vestiges of netrw and vimball from your runtimepath.  Under Linux,
that usually means

   cd /usr/local/share/vim/vim70
   /bin/rm plugin/netrw*.vim   plugin/vimball*.vim
   /bin/rm autolaod/netrw*.vim autoload/vimball*.vim

Under Windows, check your runtimepath to determine where your vim 7.0's
runtime directories are:

   vim
   :echo &rtp
   :q

should give you a clue.

Regards,
Chip Campbell


Reply via email to