]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0752: can set 'cedit' to an invalid value v9.1.0752
authorMilly <milly.ca@gmail.com>
Tue, 1 Oct 2024 17:30:20 +0000 (19:30 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 1 Oct 2024 17:33:39 +0000 (19:33 +0200)
commit25732435c56d762abb260499680939bd8882c708
tree952dfe4bc9270352bbf37eb904d16735777daa85
parentbaee8448d1dc803d01ed61beff2a135827b1b8e3
patch 9.1.0752: can set 'cedit' to an invalid value

Problem:  can set cedit to an invalid value
Solution: Check that the value is a valid key name
          (Milly)

closes: #15778

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