Tintin72 wrote:
Hi,

Here's a new trace list. I hope this time it will be complete and
you could find out what is the pb.
Hello:

In the original description of the problem you said that you were using

:Nread ftp://lo...@server.com/index.html

How did you start vim? :Nread ... is akin to :r ... ; ie. if you start with a no-name buffer, :Nread will read the remote file in after the current line (it won't affect the buffer's name). Perhaps you wanted to edit the remote file, not simply read it into a local file? If that's the case, then try :e ftp://lo...@server.com/index.html , do your edit, and :w .

Regards,
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

Reply via email to