mirror of
https://github.com/vim/vim.git
synced 2026-05-26 12:06:43 +02:00
e1044fb72e
Problem: the zip plugin uses features of Vim 9.0, but
checks for a Vim version >= 7.2
(interpolated strings and readblob() function)
Solution: raise the minimum Vim version to v9.0
Signed-off-by: Christian Brabandt <cb@256bit.org>