Aman Jain wrote:
> I got it working!!
>
> This was in my vimrc
> if ($OS =~ "Windows")
>   let g:netrw_scp_cmd="\"c:\\amajain\\sw\\pscp.exe\" -q -batch"
> endif
>
> Now I changed those extra quotes, around c:\\amajain\\sw\\pscp.exe\
> Now the vimrc entry looks like
> if ($OS =~ "Windows")
>   let g:netrw_scp_cmd="\c:\\amajain\\sw\\pscp.exe\ -q -batch"
> endif
>
> Bye the  way are you Dr.Chip?
> I am honored to have discussed this issue with you.
>
> Thanks a lot!!
>   
Great -- I'm glad you found the problem!   Yes, I am Dr. Chip  -- thank you.

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to