-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimdoc.diff
More file actions
44 lines (42 loc) · 1.72 KB
/
Copy pathvimdoc.diff
File metadata and controls
44 lines (42 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt
index 271fc11e9..341e2076f 100644
--- a/runtime/doc/pi_zip.txt
+++ b/runtime/doc/pi_zip.txt
@@ -1,4 +1,4 @@
-*pi_zip.txt* For Vim version 9.2. Last change: 2026 Jul 30
+*pi_zip.txt* For Vim version 9.2. Last change: 2026 Aug 19
+====================+
| Zip File Interface |
@@ -49,20 +49,30 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
automatically maximized when opened.
*g:zip_unzipcmd*
- Use this option to specify the program which does the duty of "unzip".
- It's used during browsing. By default: >
+ Use these options to specify the program which does the duty of "unzip" and
+ the required argument switches.
+ It's used during browsing. By default: >
let g:zip_unzipcmd= "unzip"
+ let g:zip_unzipcmd_browseopt= "-Z1"
+ let g:zip_unzipcmd_readopt= "-p"
<
+ Note: a `--` is appended after the g:zip_unzipcmd_browseopt and
+ g:zip_unzipcmd_readopt settings to indicate the end of options.
+
*g:zip_zipcmd*
- Use this option to specify the program which does the duty of "zip".
+ Use these options to specify the program which does the duty of "zip" and
+ the required argument switches.
It's used during the writing (updating) of a file already in a zip
file; by default: >
let g:zip_zipcmd= "zip"
+ let g:zip_zipcmd_deleteopt= "-d"
+ let g:zip_zipcmd_updateopt= "-u"
<
*g:zip_extractcmd*
This option specifies the program (and any options needed) used to
extract a file from a zip archive. By default, >
let g:zip_extractcmd= g:zip_unzipcmd
+ let g:zip_extractcmd_extractopt= "-o"
<
*g:zip_exec*
For security reasons, one may prevent that Vim runs executables