1
0
forked from aniani/vim

patch 8.2.4830: possible endless loop if there is unused typahead

Problem:    Possible endless loop if there is unused typahead.
Solution:   Only loop when the typeahead changed.
This commit is contained in:
Bram Moolenaar
2022-04-26 18:52:22 +01:00
parent 17c95d9608
commit 23f106efeb
2 changed files with 38 additions and 12 deletions

View File

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