diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-04-03 06:47:25 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2025-04-03 06:47:58 +0800 |
| commit | 8e2a9cbaa38eb26a614d3acc2179d123108ce37f (patch) | |
| tree | 879897989990185025673b95082fccb44ad51e3d /runtime/doc | |
| parent | d9149a9a091e02e5e470c8e620dcf0ace6e738d7 (diff) | |
| download | rneovim-8e2a9cbaa38eb26a614d3acc2179d123108ce37f.tar.gz rneovim-8e2a9cbaa38eb26a614d3acc2179d123108ce37f.tar.bz2 rneovim-8e2a9cbaa38eb26a614d3acc2179d123108ce37f.zip | |
vim-patch:a359c9c: runtime(zip): add *.whl to the list of zip extensions
This commits adds the extension *.whl to the list of zip extensions.
Wheel (WHL) files are binary distribution files for python packages.
Reference:
https://packaging.python.org/en/latest/specifications/binary-distribution-format/
fixes: vim/vim#17038
https://github.com/vim/vim/commit/a359c9c25e5c3c1e543fc720223aa7256e6f72cf
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/pi_zip.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt index 02f9ab12db..95c2254cc3 100644 --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -106,8 +106,8 @@ Copyright: Copyright (C) 2005-2015 Charles E Campbell *zip-copyright* \ *.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz, \ *.odb,*.odc,*.odf,*.odg,*.odi,*.odm,*.odp,*.ods,*.odt,*.otc,*.otf, \ *.otg,*.oth,*.oti,*.otp,*.ots,*.ott,*.oxt,*.potm,*.potx,*.ppam, - \ *.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap, - \ *.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip' + \ *.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.whl,*.wsz, + \ *.xap,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip' ============================================================================== 4. History *zip-history* {{{1 |