Skip to content

Commit 78a16a0

Browse files
authored
Merge pull request #2162 from h-east/update-pi_zip
Update pi_zip.{txt,jax}
2 parents 3e53e6d + 883fbd6 commit 78a16a0

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

doc/pi_zip.jax

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim バージョン 9.1. Last change: 2025 Apr 02
1+
*pi_zip.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
22

33
+====================+
44
| Zip File Interface |
@@ -108,6 +108,18 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
108108
109109
==============================================================================
110110
4. 開発履歴 *zip-history* {{{1
111+
unreleased:
112+
Jul 12, 2025 * drop ../ on write to prevent path traversal attacks
113+
Mar 11, 2025 * handle filenames with leading '-' correctly
114+
Aug 21, 2024 * simplify condition to detect MS-Windows
115+
Aug 18, 2024 * correctly handle special globbing chars
116+
Aug 05, 2024 * clean-up and make it work with shellslash on Windows
117+
Aug 05, 2024 * workaround for the FreeBSD's unzip
118+
Aug 04, 2024 * escape '[' in name of file to be extracted
119+
Jul 30, 2024 * fix opening remote zipfile
120+
Jul 24, 2024 * use delete() function
121+
Jul 23, 2024 * fix 'x' command
122+
Jun 16, 2024 * handle whitespace on Windows properly (#14998)
111123
v33 Dec 07, 2021 * *.xlam mentioned twice in zipPlugin
112124
v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
113125
been changed to zipfile:// . This often shows up

en/pi_zip.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim version 9.1. Last change: 2025 Apr 02
1+
*pi_zip.txt* For Vim version 9.1. Last change: 2025 Jul 15
22

33
+====================+
44
| Zip File Interface |
@@ -111,6 +111,18 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright*
111111
112112
==============================================================================
113113
4. History *zip-history* {{{1
114+
unreleased:
115+
Jul 12, 2025 * drop ../ on write to prevent path traversal attacks
116+
Mar 11, 2025 * handle filenames with leading '-' correctly
117+
Aug 21, 2024 * simplify condition to detect MS-Windows
118+
Aug 18, 2024 * correctly handle special globbing chars
119+
Aug 05, 2024 * clean-up and make it work with shellslash on Windows
120+
Aug 05, 2024 * workaround for the FreeBSD's unzip
121+
Aug 04, 2024 * escape '[' in name of file to be extracted
122+
Jul 30, 2024 * fix opening remote zipfile
123+
Jul 24, 2024 * use delete() function
124+
Jul 23, 2024 * fix 'x' command
125+
Jun 16, 2024 * handle whitespace on Windows properly (#14998)
114126
v33 Dec 07, 2021 * *.xlam mentioned twice in zipPlugin
115127
v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has
116128
been changed to zipfile:// . This often shows up

0 commit comments

Comments
 (0)