Skip to content

Commit d25e6b2

Browse files
committed
pi_{netrw,zip}.txt: Update Vim 9.0.1676
1 parent 8844e09 commit d25e6b2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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)