mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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>