]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2080: vim9_script test too large v9.0.2080
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 28 Oct 2023 19:28:48 +0000 (21:28 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 28 Oct 2023 19:31:53 +0000 (21:31 +0200)
commit171c50e0b0dd2608738bcc3809e5bc5e1e3cce35
treef4c99dc54b33d07bcede75511160cd10c4541b93
parent8ebdbc9e6d80b707c2b2d923e702dc86bf902923
patch 9.0.2080: vim9_script test too large

Problem:  vim9_script test too large
Solution: split vim9 type alias test into
          separate test file

Move type alias tests to a separate test file

closes: #13447

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/Make_all.mak
src/testdir/test_vim9_script.vim
src/testdir/test_vim9_typealias.vim [new file with mode: 0644]
src/version.c