1
0
forked from aniani/vim

patch 8.2.4002: first char typed in Select mode can be wrong

Problem:    First char typed in Select mode can be wrong.
Solution:   Escape special bytes in the input buffer. (closes #9469)
This commit is contained in:
zeertzjq
2022-01-04 18:01:21 +00:00
committed by Bram Moolenaar
parent d94fbfc74a
commit 6cac77016b
3 changed files with 67 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4002,
/**/
4001,
/**/