]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0801: tests: no error check when setting global 'termwinkey' v9.1.0801
authorMilly <milly.ca@gmail.com>
Tue, 22 Oct 2024 20:07:52 +0000 (22:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Oct 2024 20:07:52 +0000 (22:07 +0200)
commit94606f70e2e5889feff86f0e8beacdfb88867516
treedaf05f56a12c5ae181f977beef86eb064f6fe19b
parent8be10aa9e4f88d9cc3d0a556cb259635145a8575
patch 9.1.0801: tests: no error check when setting global 'termwinkey'

Problem:  tests: no error check when setting global 'termwinkey'
Solution: Also validate when using setglobal (Milly).

closes: #15917

Signed-off-by: Milly <milly.ca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/optionstr.c
src/testdir/gen_opt_test.vim
src/version.c