1
0
forked from aniani/vim

patch 8.2.2352: if focus lost/gained is received twice code is not ignored

Problem:    If the focus lost/gained escape sequence is received twice it is
            not ignored. (Christ van Willigen)
Solution:   Adjust the logic to ignore the escape code.
This commit is contained in:
Bram Moolenaar
2021-01-14 21:57:58 +01:00
parent 8f81b22e86
commit d44cc593ce
2 changed files with 16 additions and 8 deletions

View File

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