]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is inserted v8.2.2221
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Dec 2020 11:06:54 +0000 (12:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Dec 2020 11:06:54 +0000 (12:06 +0100)
commitb0ac4ea5e1c5f0ff4e951978c32ccfffe46916f8
treefbd9fcf54a43b037a2dfe1dca438e69674830238
parente5730bdcea0d4b574835f94b9813f80316590db9
patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is inserted

Problem:    If <Down> is mapped on the command line 'wildchar' is inserted.
Solution:   Set KeyTyped when using 'wildchar'. (closes #7552)
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c