1
0
forked from aniani/vim

patch 9.0.0976: enabling the kitty keyboard protocol uses push/pop

Problem:    Enabling the kitty keyboard protocol uses push/pop.
Solution:   Use the start/stop codes to avoid unpredictable behavior.
This commit is contained in:
Bram Moolenaar
2022-11-30 10:23:17 +00:00
parent 7c02ad9f89
commit a87749e3ea
3 changed files with 8 additions and 5 deletions

View File

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