File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- *usr_23.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
1+ *usr_23.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -135,17 +135,17 @@ Macintosh では <CR> が改行文字なので、行の途中に <NL> 文字を
135135インターネット経由のファイルアクセスは netrw プラグインによって実行されます。
136136現在、以下の形式の URL が認識可能です。
137137
138- ftp:// ftp を使う
139- rcp:// rcp を使う
140- scp:// scp を使う
141- http:// wget を使う (読込専用)
138+ ` ftp:// ` ftp を使う
139+ ` rcp:// ` rcp を使う
140+ ` scp :// ` scp を使う
141+ ` http:// ` wget を使う (読込専用)
142142
143143Vim 自身は通信機能を持っていません。インターネットアクセスは外部プログラムを
144144使って実行されます。"ftp" と "rcp" はほとんどの Unix システムで利用できるはず
145145です。"scp" と "wget" は別途インストールする必要があるかもしれません。
146146
147147":edit" や ":split" などのコマンドでファイルを開くときにも URL を指定できます。
148- もちろん保存もできます (http:// は不可)。
148+ もちろん保存もできます (` http:// ` は不可)。
149149
150150パスワードの指定方法など、詳細は| netrw | を参照してください。
151151
Original file line number Diff line number Diff line change 1- *usr_23.txt* For Vim version 9.1. Last change: 2025 Jul 22
1+ *usr_23.txt* For Vim version 9.1. Last change: 2025 Sep 02
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -138,18 +138,18 @@ might want to try the manual way of downloading the file.
138138Accessing files over the internet works with the netrw plugin. Currently URLs
139139with these formats are recognized:
140140
141- ftp:// uses ftp
142- rcp:// uses rcp
143- scp:// uses scp
144- http:// uses wget (reading only)
141+ ` ftp:// ` uses ftp
142+ ` rcp:// ` uses rcp
143+ ` scp :// ` uses scp
144+ ` http:// ` uses wget (reading only)
145145
146146Vim doesn't do the communication itself, it relies on the mentioned programs
147147to be available on your computer. On most Unix systems "ftp" and "rcp" will
148148be present. "scp" and "wget" might need to be installed.
149149
150150Vim detects these URLs for each command that starts editing a new file, also
151151with ":edit" and ":split", for example. Write commands also work, except for
152- http://.
152+ ` http:// ` .
153153
154154For more information, also about passwords, see | netrw | .
155155
You can’t perform that action at this time.
0 commit comments