]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0804: tests: no error check when setting global 'cc' v9.1.0804
authorMilly <milly.ca@gmail.com>
Tue, 22 Oct 2024 20:43:01 +0000 (22:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Oct 2024 20:43:01 +0000 (22:43 +0200)
commita441a3eaabbfc14b4772e07ecbecaaff3bd06a58
tree3e20dbeb47a03922cc788b2efd97f42c3d457b89
parent5e7a6a4a106923e45c67dae6810e4c9753f88025
patch 9.1.0804: tests: no error check when setting global 'cc'

Problem:  tests: no error check when setting global 'cc'
Solution: also parse and check global 'cc' value (Milly)

closes: #15914

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