]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(zip): add *.whl to the list of zip extensions
authorChristian Brabandt <cb@256bit.org>
Wed, 2 Apr 2025 18:42:58 +0000 (20:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 2 Apr 2025 18:45:57 +0000 (20:45 +0200)
commita359c9c25e5c3c1e543fc720223aa7256e6f72cf
treed1404cefd9e233352579e4ae25860258a8ad1527
parent7fb90815a0a29238c12e53b53e14fc55109f02b7
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: #17038

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/pi_zip.txt
runtime/plugin/zipPlugin.vim