]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1694: wrong mapping applied when replaying a char search v9.0.1694
authorzeertzjq <zeertzjq@outlook.com>
Fri, 11 Aug 2023 22:09:31 +0000 (00:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 11 Aug 2023 22:09:31 +0000 (00:09 +0200)
commitbacc83009bc38c9ba0247aaa22b76d1993d57993
treecb8534344967454cd4be03c7c78943103ff02be3
parent2d63e4b3ccc0bb34db21a3c1d024cb114f8c4071
patch 9.0.1694: wrong mapping applied when replaying a char search

Problem: wrong mapping applied when replaying a char search
Solution: Store a NOP after the ESC

closes: #12708
closes: #6350

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/getchar.c
src/normal.c
src/proto/getchar.pro
src/testdir/test_registers.vim
src/version.c