1
0
forked from aniani/vim

patch 9.1.0000: Vim 9.1 release

Problem:  Need a new release
Solution: Release Vim 9.1

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2024-01-02 16:51:11 +01:00
parent 6c1afa3d0b
commit b4ddc6c11e
175 changed files with 219 additions and 4593 deletions

View File

@@ -36,11 +36,13 @@ func Test_version()
call assert_true(has('patch-7.1.999'))
call assert_true(has('patch-7.4.123'))
call assert_true(has('patch-7.4.123 ')) " Trailing space can be allowed.
call assert_true(has('patch-9.1.0'))
call assert_true(has('patch-9.1.0000'))
call assert_false(has('patch-7'))
call assert_false(has('patch-7.4'))
call assert_false(has('patch-7.4.'))
call assert_false(has('patch-9.1.0'))
call assert_false(has('patch-9.2.0'))
call assert_false(has('patch-9.9.1'))
call assert_false(has('patch-abc'))