On Wed, 3 Feb 2010, octopusgrabbus wrote:

> I would like to override an error I am getting using gVim.
> 
> On the command line if
> 
> : e ftp://us...@localhost//home/user1/file1.txt
> 
> and then
> 
> :split
> 
> :e ftp://us...@localhost//home/user2/file2.txt
> 
> I get this:
> 
> Login incorrect.
> Login failed.
> Please login with USER and PASS.
> Please login with USER and PASS.
> ftp: bind: Address already in use
> 
> How do I supply fresh login credentials to the second edit?
> 

:NetUserPass

More info:

:help netrw-chgup

Not sure how netrw caching works (i.e. whether changing the pass before 
the second ':e' would affect being able to ':w' the first file.).

I'd feel safe(-ish) assuming it'll do the right thing, but just 
something to look out for.

-- 
Best,
Ben

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

Reply via email to