]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0797: testing of options can be further improved v9.1.0797
authorMilly <milly.ca@gmail.com>
Mon, 21 Oct 2024 20:20:51 +0000 (22:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 21 Oct 2024 20:20:51 +0000 (22:20 +0200)
commit6eca04e9f1d446dc509ba51e32da56fa413fe2f0
treeb4108a1277560d65dcd5a5012027cc219653c199
parentbfe568d8c49662c3a3485834066c0a4c32ded56b
patch 9.1.0797: testing of options can be further improved

Problem:  testing of options can be further improved
Solution: split the generated option test into test_options_all.vim,
          add more test cases, save and restore values, fix use-after-free

closes: #15894

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/main.c
src/testdir/Make_all.mak
src/testdir/Make_ming.mak
src/testdir/Make_mvc.mak
src/testdir/Makefile
src/testdir/gen_opt_test.vim
src/testdir/test_options.vim
src/testdir/test_options_all.vim [new file with mode: 0644]
src/version.c