|
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 |
2 | 2 |
|
3 | 3 | +====================+ |
4 | 4 | | Zip File Interface | |
@@ -111,6 +111,18 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright* |
111 | 111 |
|
112 | 112 | ============================================================================== |
113 | 113 | 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) |
114 | 126 | v33 Dec 07, 2021 * *.xlam mentioned twice in zipPlugin |
115 | 127 | v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has |
116 | 128 | been changed to zipfile:// . This often shows up |
|
0 commit comments