mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
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
a359c9c25e
Co-authored-by: Christian Brabandt <cb@256bit.org>