Skip to content

Commit 480278a

Browse files
authored
Merge pull request #1283 from tsuyoshicho/update/20230708/pi
Update pi_{netrw,zip}.{txt,jax}
2 parents 6e83f0d + ae59815 commit 480278a

File tree

4 files changed

+20
-18
lines changed

4 files changed

+20
-18
lines changed

doc/pi_netrw.jax

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_netrw.txt* For Vim バージョン 9.0. Last change: 2022 Apr 06
1+
*pi_netrw.txt* For Vim バージョン 9.0. Last change: 2023 May 14
22

33
------------------------------------------------
44
NETRW REFERENCE MANUAL by Charles E. Campbell
@@ -209,7 +209,7 @@ scp や ftp 以外のプロトコルもサポートされています。次の
209209
http: g:netrw_http_cmd = "links" elseif links があるなら
210210
http: g:netrw_http_cmd = "curl" elseif curl があるなら
211211
http: g:netrw_http_cmd = "wget" elseif wget があるなら
212-
http: g:netrw_http_cmd = "fetch" elseif fetch があるなら
212+
http: g:netrw_http_cmd = "fetch" elseif fetch があるなら
213213
http: *g:netrw_http_put_cmd* = "curl -T"
214214
rcp: *g:netrw_rcp_cmd* = "rcp"
215215
rsync: *g:netrw_rsync_cmd* = "rsync" (|g:netrw_rsync_sep| を参照)
@@ -2800,10 +2800,6 @@ netrw ブラウザーの各種設定は変数で管理されていて、それ
28002800
る。それ以外の場合は、|delete()| が "d" オプ
28012801
ション付きで使用される。
28022802

2803-
*g:netrw_localrmdiropt* ="" Linux/Unix/MacOS/Cygwin
2804-
=" /c rmdir" Windows
2805-
|g:netrw_localrmdir| 用のオプション
2806-
28072803
*g:netrw_maxfilenamelen* 初期設定は 32。long スタイルでの表示を 80 カ
28082804
ラムのディスプレイに収められるような値。
28092805
大きい画面を使っているか、32 バイトより長い名
@@ -3825,6 +3821,8 @@ netrw かあるいは関与している他のプラグインと衝突してい
38253821
==============================================================================
38263822
12. 変更履歴 *netrw-history* {{{1
38273823

3824+
v172: Apr 22, 2023 * removed g:netrw_localrmdiropt
3825+
removed g:netrw_localrmdir
38283826
v171: Oct 09, 2020 * included code in s:NetrwOptionsSafe()
38293827
to allow |'bh'| to be set to delete when
38303828
rather than hide when g:netrw_fastbrowse
@@ -3909,8 +3907,10 @@ netrw かあるいは関与している他のプラグインと衝突してい
39093907
Nov 09, 2016 * Broke apart the command from the options,
39103908
mostly for Windows. Introduced new netrw
39113909
settings: |g:netrw_localcopycmdopt|
3912-
|g:netrw_localcopydircmdopt| |g:netrw_localmkdiropt|
3913-
|g:netrw_localmovecmdopt| |g:netrw_localrmdiropt|
3910+
|g:netrw_localcopydircmdopt|
3911+
|g:netrw_localmkdiropt|
3912+
|g:netrw_localmovecmdopt|
3913+
g:netrw_localrmdiropt
39143914
Nov 21, 2016 * (mattn) provided a patch for preview; swapped
39153915
winwidth() with winheight()
39163916
Nov 22, 2016 * (glacambre) reported that files containing

doc/pi_zip.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim バージョン 9.0. Last change: 2022 Oct 17
1+
*pi_zip.txt* For Vim バージョン 9.0. Last change: 2023 Mar 12
22

33
+====================+
44
| Zip File Interface |
@@ -97,6 +97,7 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
9797
9898
==============================================================================
9999
4. 開発履歴 *zip-history* {{{1
100+
v33 Dec 07, 2021 * *.xlam mentioned twice in zipPlugin
100101
v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
101102
been changed to zipfile:// . This often shows up
102103
as zipfile:/// with zipped files that are root-based.

en/pi_netrw.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_netrw.txt* For Vim version 9.0. Last change: 2022 Apr 06
1+
*pi_netrw.txt* For Vim version 9.0. Last change: 2023 May 14
22

33
------------------------------------------------
44
NETRW REFERENCE MANUAL by Charles E. Campbell
@@ -208,7 +208,7 @@ EXTERNAL APPLICATIONS AND PROTOCOLS *netrw-externapp* {{{2
208208
http: g:netrw_http_cmd = "links" elseif links is available
209209
http: g:netrw_http_cmd = "curl" elseif curl is available
210210
http: g:netrw_http_cmd = "wget" elseif wget is available
211-
http: g:netrw_http_cmd = "fetch" elseif fetch is available
211+
http: g:netrw_http_cmd = "fetch" elseif fetch is available
212212
http: *g:netrw_http_put_cmd* = "curl -T"
213213
rcp: *g:netrw_rcp_cmd* = "rcp"
214214
rsync: *g:netrw_rsync_cmd* = "rsync" (see |g:netrw_rsync_sep|)
@@ -2871,10 +2871,6 @@ your browsing preferences. (see also: |netrw-settings|)
28712871
have patch#1107. Otherwise, |delete()|
28722872
is used with the "d" option.
28732873

2874-
*g:netrw_localrmdiropt* ="" Linux/Unix/MacOS/Cygwin
2875-
=" /c rmdir" Windows
2876-
Options for |g:netrw_localrmdir|
2877-
28782874
*g:netrw_maxfilenamelen* =32 by default, selected so as to make long
28792875
listings fit on 80 column displays.
28802876
If your screen is wider, and you have file
@@ -3911,6 +3907,8 @@ netrw:
39113907
==============================================================================
39123908
12. History *netrw-history* {{{1
39133909

3910+
v172: Apr 22, 2023 * removed g:netrw_localrmdiropt
3911+
removed g:netrw_localrmdir
39143912
v171: Oct 09, 2020 * included code in s:NetrwOptionsSafe()
39153913
to allow |'bh'| to be set to delete when
39163914
rather than hide when g:netrw_fastbrowse
@@ -3995,8 +3993,10 @@ netrw:
39953993
Nov 09, 2016 * Broke apart the command from the options,
39963994
mostly for Windows. Introduced new netrw
39973995
settings: |g:netrw_localcopycmdopt|
3998-
|g:netrw_localcopydircmdopt| |g:netrw_localmkdiropt|
3999-
|g:netrw_localmovecmdopt| |g:netrw_localrmdiropt|
3996+
|g:netrw_localcopydircmdopt|
3997+
|g:netrw_localmkdiropt|
3998+
|g:netrw_localmovecmdopt|
3999+
g:netrw_localrmdiropt
40004000
Nov 21, 2016 * (mattn) provided a patch for preview; swapped
40014001
winwidth() with winheight()
40024002
Nov 22, 2016 * (glacambre) reported that files containing

en/pi_zip.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim version 9.0. Last change: 2022 Oct 17
1+
*pi_zip.txt* For Vim version 9.0. Last change: 2023 Mar 12
22

33
+====================+
44
| Zip File Interface |
@@ -102,6 +102,7 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
102102
103103
==============================================================================
104104
4. History *zip-history* {{{1
105+
v33 Dec 07, 2021 * *.xlam mentioned twice in zipPlugin
105106
v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
106107
been changed to zipfile:// . This often shows up
107108
as zipfile:/// with zipped files that are root-based.

0 commit comments

Comments
 (0)