1
0
forked from aniani/vim

patch 8.2.3828: when opening a terminal from a timer first typed char is lost

Problem:    when opening a terminal from a timer the first typed character
            is lost. (Virginia Senioria)
Solution:   When opening a terminal while waiting for a character put K_IGNORE
            in the input buffer.
This commit is contained in:
Bram Moolenaar
2021-12-16 18:02:07 +00:00
parent f79cbf6512
commit 8103527da7
4 changed files with 52 additions and 2 deletions

View File

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