mirror of
https://github.com/vim/vim.git
synced 2025-08-26 20:03:41 -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>