]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(zip): raise minimum Vim version to v9.0
authorChristian Brabandt <cb@256bit.org>
Mon, 5 Aug 2024 19:16:11 +0000 (21:16 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 18:19:49 +0000 (20:19 +0200)
commite1044fb72edfc5d1a49d11e887521ce8900a99a5
treea333b75d48433f4ca5077bf1eb2e92f509bd862b
parent19636be55e023cb726389107e9e7d62049b6fd58
runtime(zip): raise minimum Vim version to v9.0

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>
runtime/autoload/zip.vim