Skip to content

Commit 85be1d6

Browse files
authored
Merge pull request #2291 from h-east/update-usr_23
Update usr_23.{txt,jax}
2 parents 840c9dc + 13b3989 commit 85be1d6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/usr_23.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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

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

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

en/usr_23.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
138138
Accessing files over the internet works with the netrw plugin. Currently URLs
139139
with 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

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

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

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

0 commit comments

Comments
 (0)