commit | b0ac4ea5e1c5f0ff4e951978c32ccfffe46916f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 12:06:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 26 12:06:54 2020 +0100 |
tree | fbd9fcf54a43b037a2dfe1dca438e69674830238 | |
parent | e5730bdcea0d4b574835f94b9813f80316590db9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 63e5bad..ba5df92 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2221, +/**/ 2220, /**/ 2219,