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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -135,17 +135,17 @@ Macintosh では <CR> が改行文字なので、行の途中に <NL> 文字を
135
135
インターネット経由のファイルアクセスは netrw プラグインによって実行されます。
136
136
現在、以下の形式の URL が認識可能です。
137
137
138
- ftp:// ftp を使う
139
- rcp:// rcp を使う
140
- scp:// scp を使う
141
- http:// wget を使う (読込専用)
138
+ ` ftp:// ` ftp を使う
139
+ ` rcp:// ` rcp を使う
140
+ ` scp :// ` scp を使う
141
+ ` http:// ` wget を使う (読込専用)
142
142
143
143
Vim 自身は通信機能を持っていません。インターネットアクセスは外部プログラムを
144
144
使って実行されます。"ftp" と "rcp" はほとんどの Unix システムで利用できるはず
145
145
です。"scp" と "wget" は別途インストールする必要があるかもしれません。
146
146
147
147
":edit" や ":split" などのコマンドでファイルを開くときにも URL を指定できます。
148
- もちろん保存もできます (http:// は不可)。
148
+ もちろん保存もできます (` http:// ` は不可)。
149
149
150
150
パスワードの指定方法など、詳細は| netrw | を参照してください。
151
151
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -138,18 +138,18 @@ might want to try the manual way of downloading the file.
138
138
Accessing files over the internet works with the netrw plugin. Currently URLs
139
139
with these formats are recognized:
140
140
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)
145
145
146
146
Vim doesn't do the communication itself, it relies on the mentioned programs
147
147
to be available on your computer. On most Unix systems "ftp" and "rcp" will
148
148
be present. "scp" and "wget" might need to be installed.
149
149
150
150
Vim detects these URLs for each command that starts editing a new file, also
151
151
with ":edit" and ":split", for example. Write commands also work, except for
152
- http://.
152
+ ` http:// ` .
153
153
154
154
For more information, also about passwords, see | netrw | .
155
155
You can’t perform that action at this time.
0 commit comments