1
0
forked from aniani/vim

patch 9.0.1619: the focus gained/lost escape sequences cause trouble

Problem:    The focus gained/lost escape sequences cause trouble for a
            terminal where Vim does not expect them.
Solution:   Always recognize the codes for focus gained/lost. (closes #12499)
This commit is contained in:
Bram Moolenaar
2023-06-08 18:44:01 +01:00
parent 7fbcee6f92
commit 85ef2df075
2 changed files with 6 additions and 2 deletions

View File

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