Bernhard Walle wrote:
* A.J.Mechelynck <[EMAIL PROTECTED]> [2007-02-13 01:40]:
It's Vim compiled by myself, from no other sources than Bram's official ones (including 192 "official" patches).

Yes, that fixes it, but I don't want to have the new version in /usr/
simply because I have not root access on every machine (but my $HOME
is everywhere through NFS and NIS).

But following in ~/.vimrc helped:

source ~/.vim/autoload/netrwSettings.vim
source ~/.vim/autoload/netrwFileHandlers.vim
source ~/.vim/autoload/netrw.vim
source ~/.vim/plugin/netrwPlugin.vim


       Bernhard

You shouldn't need that. The autoload subdirectory is for scripts which only have to be sourced on demand; but it is only supported in Vim 7 (and later ;-) ). If you are using Vim 7, remove the above lines and check the output of ":scriptnames". When Vim loads, it should show ~/.vim/plugin/netrwPlugin.vim as the first or only netrw script, and no netrw script of another name (such as plugin/netrw.vim, which is obsolete). After you use the netrw facility (e.g. directory browsing), the ":scriptnames" display should include one or more of the "autoload" scripts mentioned above.


Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
28. You have comandeered your teenager's phone line for the net and even his
    friends know not to call on his line anymore.

Reply via email to