Monday, August 30, 2010

Re: netrw copy from local to network is failing

epanda wrote:
>> DechoRemOn
>>
>> That will put the debugging trace into a separate vim instance.
>>
>
> Outch, I am always searching for the new instance of gvim.
>
> It has terminated all.
>
>
Please try the following:

1. vim
:DechoRemOn
:Decho "Test"

This should bring up a "remote" vim that will have the word "Test" in it.

2. Assuming it does, then
cd %HOME%\vimfiles\autoload
vim netrw.vim
:DechoOn
/DechoTabOn
0DADechoRemOn
:wq

This will swap DechoRemOn for DechoTabOn, and enable the debugging
trace. The trace should go to the remote vim.

3. Try to do the transfer. Please type
:Dsep

before each command/action -- that'll make it easier to figure out
what netrw's response was to each command/action you perform. What it
does is put a line of the form
--sep##
in the debugging trace.

HTH,
Chip Campbell

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: