Skip to content

Commit ae59815

Browse files
committed
pi_{netrw,zip}.jax: Update Vim 9.0.1676 translate
1 parent d25e6b2 commit ae59815

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
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.

0 commit comments

Comments
 (0)