]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0758: it's possible to set an invalid key to 'wildcharm' v9.1.0758
authorMilly <milly.ca@gmail.com>
Fri, 4 Oct 2024 18:41:14 +0000 (20:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 4 Oct 2024 18:41:14 +0000 (20:41 +0200)
commit40c6babc1789aceb241b23bab76eea16da37e33d
tree23e325b65b8a13a46ae15541201159b7f560a74f
parent60310a4b2630a4d3bb0b6da9bc03061ecfbac9ee
patch 9.1.0758: it's possible to set an invalid key to 'wildcharm'

Problem:  it's possible to set an invalid key to 'wildcharm'
Solution: error out, if the 'wildcharm' value is an invalid key
          (Milly)

closes: #15787

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