Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/usr_23.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_23.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
*usr_23.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -135,17 +135,17 @@ Macintosh では <CR> が改行文字なので、行の途中に <NL> 文字を
インターネット経由のファイルアクセスは netrw プラグインによって実行されます。
現在、以下の形式の URL が認識可能です。

ftp:// ftp を使う
rcp:// rcp を使う
scp:// scp を使う
http:// wget を使う (読込専用)
`ftp://` ftp を使う
`rcp://` rcp を使う
`scp://` scp を使う
`http://` wget を使う (読込専用)

Vim 自身は通信機能を持っていません。インターネットアクセスは外部プログラムを
使って実行されます。"ftp" と "rcp" はほとんどの Unix システムで利用できるはず
です。"scp" と "wget" は別途インストールする必要があるかもしれません。

":edit" や ":split" などのコマンドでファイルを開くときにも URL を指定できます。
もちろん保存もできます (http:// は不可)。
もちろん保存もできます (`http://` は不可)。

パスワードの指定方法など、詳細は|netrw|を参照してください。

Expand Down
12 changes: 6 additions & 6 deletions en/usr_23.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_23.txt* For Vim version 9.1. Last change: 2025 Jul 22
*usr_23.txt* For Vim version 9.1. Last change: 2025 Sep 02

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -138,18 +138,18 @@ might want to try the manual way of downloading the file.
Accessing files over the internet works with the netrw plugin. Currently URLs
with these formats are recognized:

ftp:// uses ftp
rcp:// uses rcp
scp:// uses scp
http:// uses wget (reading only)
`ftp://` uses ftp
`rcp://` uses rcp
`scp://` uses scp
`http://` uses wget (reading only)

Vim doesn't do the communication itself, it relies on the mentioned programs
to be available on your computer. On most Unix systems "ftp" and "rcp" will
be present. "scp" and "wget" might need to be installed.

Vim detects these URLs for each command that starts editing a new file, also
with ":edit" and ":split", for example. Write commands also work, except for
http://.
`http://`.

For more information, also about passwords, see |netrw|.

Expand Down