Bernhard Walle wrote:
* A.J.Mechelynck <[EMAIL PROTECTED]> [2007-02-12 02:47]:
Bernhard Walle wrote:
Hello,

after I installed netrw 107 in my ~/.vim, I cannot browse a directory
which

       :e /path/to/dir

any more. That's annoying because also bookmarks don't work in the
directory browser and there are some other problems. Can somebody
help? Thanks!
Works for me on openSUSE Linux 10.2 using:

VIM - Vi IMproved 7.0 (2006 May 7, compiled Feb 11 2007 01:13:11)
Included patches: 1-192
Compiled by [EMAIL PROTECTED]
Huge version with GTK2-GNOME GUI.  Features included (+) or not (-):
[...]

$VIMRUNTIME/plugin/netrwPlugin.vim dated Jul 18, 2006
$VIMRUNTIME/autoload/netrw.vim v107 dated Jan 03, 2007
$VIMRUNTIME/autoload/netrwFileHandlers.vim v9 dated May 30, 2006
$VIMRUNTIME/autoload/netrwSettings.vim v9a ASTRO-ONLY dated Jul 28, 2006

but that's vim compiled by yourself and netrw.vim not installed in
$HOME, right?

Maybe someone could help to tell me what code registers at vim to run
as directory handler?



       Bernhard

It's Vim compiled by myself, from no other sources than Bram's official ones (including 192 "official" patches).

I didn't need to install netrw under ~/.vim because updating my runtime files from the official Vim site upgraded my netrw (under $VIMRUNTIME) to v107: see the 2nd of the fout netrw-related pathfilenames above.

If you're on Linux and have the Vim sources installed, you can do the following:

1) Remove all netrw files from ~/.vim and $VIM/vimfiles
2) cd to the top "build" directory, e.g.
 cd ~/.build/vim/vim70
3)
 rsync -avzcP --delete --exclude="/dos/" ftp.nluug.nl::Vim/runtime/ ./runtime/
4)
 cd src
 make installruntime
5) Check that you have no other "netrw" files in the "production" directories (those listed in 'runtimepath' and their subdirs) than the four listed above (or newer versions of the same).

Best regards,
Tony.
--
A sense of humor keen enough to show a man his own absurdities will
keep him from the commission of all sins, or nearly all, save those
that are worth committing.
                -- Samuel Butler

Reply via email to