diff --git a/doc/usr_23.jax b/doc/usr_23.jax index e5bf9f8a8..489fc1e1f 100644 --- a/doc/usr_23.jax +++ b/doc/usr_23.jax @@ -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 @@ -135,17 +135,17 @@ Macintosh では が改行文字なので、行の途中に 文字を インターネット経由のファイルアクセスは 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|を参照してください。 diff --git a/en/usr_23.txt b/en/usr_23.txt index 335c073f1..35e4876e9 100644 --- a/en/usr_23.txt +++ b/en/usr_23.txt @@ -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 @@ -138,10 +138,10 @@ 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 @@ -149,7 +149,7 @@ 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|.