]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0800: tests: no error check when setting global 'termwinsize' v9.1.0800
authorMilly <milly.ca@gmail.com>
Tue, 22 Oct 2024 20:01:46 +0000 (22:01 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Oct 2024 20:01:46 +0000 (22:01 +0200)
commit8be10aa9e4f88d9cc3d0a556cb259635145a8575
treeab164d8841f5d0852f3b42833c637f1e3734f5ee
parent19be0eb7f0c5877fef927a22457fdd7b3ec0ea9b
patch 9.1.0800: tests: no error check when setting global 'termwinsize'

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

closes: #15918

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