"Vim List" <[EMAIL PROTECTED]> wrote on 2006.07.22 01:17:45:
> Hello,
>
> I have not upgraded for some time, so today I did.
>
> I read a thread here about the new way the split vertical file
> explorer and the netrwPlugin.vim plugin. I also got used to the way
> the old directory and file list would open a file when clicked in the
> main window.
>
> So I changed the name of netrwPlugin.vim to stop it and pasted the old
> explorer.vim into my plugin directory.
>
> I don't have the time nor the expertise to go through the
> netrwPlugin.vim to see if I will be breaking anything I might really
> need.
>
> I couldn't find anything in :help about it, nor on the vim site or the
> authors site.
>
> Any thoughts?
>
> Thanks,
>
> dstefani

Hi,

Change anything in the standard runtime files directory is not recommended.

What does it better is to add the following in your .vimrc

" Disable the netrw standard plugin
let loaded_netrw = 1

And the netrw plugin will not be loaded at all.

Note that the explorer.vim on Vim 6.4 does not work on Vim 7, However, you
need to go line 171 and line 174, change the "<a>" to "<args>"


--
Sincerely, Pan, Shi Zhu. ext: 2606

Reply via email to