summaryrefslogtreecommitdiffstats
path: root/src/proto/getchar.pro
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-08-12 00:09:31 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-12 00:09:31 +0200
commitbacc83009bc38c9ba0247aaa22b76d1993d57993 (patch)
treecb8534344967454cd4be03c7c78943103ff02be3 /src/proto/getchar.pro
parent2d63e4b3ccc0bb34db21a3c1d024cb114f8c4071 (diff)
patch 9.0.1694: wrong mapping applied when replaying a char searchv9.0.1694
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>
Diffstat (limited to 'src/proto/getchar.pro')
-rw-r--r--src/proto/getchar.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/getchar.pro b/src/proto/getchar.pro
index 01746cf700..7e05870a97 100644
--- a/src/proto/getchar.pro
+++ b/src/proto/getchar.pro
@@ -30,6 +30,7 @@ int typebuf_changed(int tb_change_cnt);
int typebuf_typed(void);
int typebuf_maplen(void);
void del_typebuf(int len, int offset);
+void gotchars_nop(void);
void ungetchars(int len);
int save_typebuf(void);
void save_typeahead(tasave_T *tp);