mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04: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: #17038 Signed-off-by: Christian Brabandt <cb@256bit.org>