Hi.

I tried ftp access with "netrw.vim".
ex: :e ftp://machine/path/

I get "--No lines in buffer--".
and I get following message in vim buffer in japanese.

ftp: is not internal command.

I guess that the first problem cause by ":file " command.
and the second cause by following code.

---------------------
if has("win32") || has("win95") || has("win64") || has("win16")
 silent! keepjumps! %s/\r$//e
endif
---------------------

"keepjumps" don't have "!" mode. It's typo?

I wrote a patch for this problems.
Please check and include.

--
- Yasuhiro Matsumoto

Attachment: netrw.vim.diff
Description: Binary data

Reply via email to