-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimdoc.diff
More file actions
27 lines (25 loc) · 1.19 KB
/
Copy pathvimdoc.diff
File metadata and controls
27 lines (25 loc) · 1.19 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
diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt
index 81275b24e..dc462cfef 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 May 16
+*pi_zip.txt* For Vim version 9.2. Last change: 2026 Jun 20
+====================+
| Zip File Interface |
@@ -48,16 +48,6 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
If this variable exists and is true, the file window will not be
automatically maximized when opened.
- *g:zip_shq*
- Different operating systems may use one or more shells to execute
- commands. Zip will try to guess the correct quoting mechanism to
- allow spaces and whatnot in filenames; however, if it is incorrectly
- guessing the quote to use for your setup, you may use >
- g:zip_shq
-< which by default is a single quote under Unix (') and a double quote
- under Windows ("). If you'd rather have no quotes, simply set
- g:zip_shq to the empty string (let g:zip_shq= "") in your <.vimrc>.
-
*g:zip_unzipcmd*
Use this option to specify the program which does the duty of "unzip".
It's used during browsing. By default: >