]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0802: tests: no error check when setting global 'fdm' to empty value v9.1.0802
authorMilly <milly.ca@gmail.com>
Tue, 22 Oct 2024 20:11:51 +0000 (22:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 22 Oct 2024 20:11:51 +0000 (22:11 +0200)
commit142cad1f88d1d3aa34b6050151e620b66185112e
treefcc0b9f00bb02b2d16b8ebfb08b9cbdd48a5be8b
parent94606f70e2e5889feff86f0e8beacdfb88867516
patch 9.1.0802: tests: no error check when setting global 'fdm' to empty value

Problem:  tests: no error check when setting global 'fdm' to empty value
Solution: Also check global 'fdm' value for being empty (Milly).

closes: #15916

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