|
3 | 3 | helpname: 'pi_zip'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="pi_zip.html" name="pi_zip.txt">pi_zip.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Apr 02<br> |
| 6 | +<a class="Constant" href="pi_zip.html" name="pi_zip.txt">pi_zip.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 15<br> |
7 | 7 | <br>
|
8 | 8 | +====================+<br>
|
9 | 9 | | Zip File Interface |<br>
|
|
113 | 113 | <br>
|
114 | 114 | <span class="PreProc">==============================================================================</span><br>
|
115 | 115 | 4. 開発履歴 <a class="Constant" href="pi_zip.html#zip-history" name="zip-history">zip-history</a> {{ "{{{" }}1<br>
|
| 116 | + unreleased:<br> |
| 117 | + Jul 12, 2025 * drop ../ on write to prevent path traversal attacks<br> |
| 118 | + Mar 11, 2025 * handle filenames with leading '-' correctly<br> |
| 119 | + Aug 21, 2024 * simplify condition to detect MS-Windows<br> |
| 120 | + Aug 18, 2024 * correctly handle special globbing chars<br> |
| 121 | + Aug 05, 2024 * clean-up and make it work with shellslash on Windows<br> |
| 122 | + Aug 05, 2024 * workaround for the FreeBSD's unzip<br> |
| 123 | + Aug 04, 2024 * escape '[' in name of file to be extracted<br> |
| 124 | + Jul 30, 2024 * fix opening remote zipfile<br> |
| 125 | + Jul 24, 2024 * use delete() function<br> |
| 126 | + Jul 23, 2024 * fix 'x' command<br> |
| 127 | + Jun 16, 2024 * handle whitespace on Windows properly (#14998)<br> |
116 | 128 | v33 Dec 07, 2021 * *.xlam mentioned twice in zipPlugin<br>
|
117 | 129 | v32 Oct 22, 2021 * to avoid an issue with a vim 8.2 patch, zipfile: has<br>
|
118 | 130 | been changed to zipfile:// . This often shows up<br>
|
|
0 commit comments