1
- *pi_zip.txt* For Vim version 9.0. Last change: 2021 Nov 08
1
+ *pi_zip.txt* For Vim version 9.0. Last change: 2022 Oct 17
2
2
3
3
+====================+
4
4
| Zip File Interface |
@@ -39,7 +39,7 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
39
39
40
40
OPTIONS~
41
41
42
- *g:zip_nomax*
42
+ *g:zip_nomax*
43
43
44
44
If this variable exists and is true, the file window will not be
45
45
automatically maximized when opened.
@@ -54,21 +54,21 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
54
54
under Windows ("). If you'd rather have no quotes, simply set
55
55
g:zip_shq to the empty string (let g:zip_shq= "") in your <.vimrc>.
56
56
57
- *g:zip_unzipcmd*
57
+ *g:zip_unzipcmd*
58
58
Use this option to specify the program which does the duty of "unzip".
59
59
It's used during browsing. By default: >
60
- let g:zip_unzipcmd= "unzip"
60
+ let g:zip_unzipcmd= "unzip"
61
61
<
62
62
*g:zip_zipcmd*
63
63
Use this option to specify the program which does the duty of "zip".
64
64
It's used during the writing (updating) of a file already in a zip
65
65
file; by default: >
66
- let g:zip_zipcmd= "zip"
66
+ let g:zip_zipcmd= "zip"
67
67
<
68
68
*g:zip_extractcmd*
69
69
This option specifies the program (and any options needed) used to
70
70
extract a file from a zip archive. By default, >
71
- let g:zip_extractcmd= g:zip_unzipcmd
71
+ let g:zip_extractcmd= g:zip_unzipcmd
72
72
<
73
73
PREVENTING LOADING~
74
74
@@ -103,14 +103,14 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
103
103
==============================================================================
104
104
4. History *zip-history* {{{1
105
105
v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
106
- been changed to zipfile:// . This often shows up
106
+ been changed to zipfile:// . This often shows up
107
107
as zipfile:/// with zipped files that are root-based.
108
108
v29 Apr 02, 2017 * (Klartext) reported that an encrypted zip file could
109
- opened but the swapfile held unencrypted contents.
109
+ opened but the swapfile held unencrypted contents.
110
110
The solution is to edit the contents of a zip file
111
111
using the | :noswapfile | modifier.
112
112
v28 Oct 08, 2014 * changed the sanity checks for executables to reflect
113
- the command actually to be attempted in zip#Read()
113
+ the command actually to be attempted in zip#Read()
114
114
and zip#Write()
115
115
* added the extraction of a file capability
116
116
Nov 30, 2015 * added *.epub to the | g:zipPlugin_ext | list
0 commit comments