commit | a87749e3eae3f918b6678f45cf975f0cf06d3e97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 10:23:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 10:23:17 2022 +0000 |
tree | e4687518fb9a8e34d74e4c95b403c0c2011be780 | |
parent | 7c02ad9f8906b576e53a62342c68ae557f67bacc [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 98f1cf2..37d7c8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 976, +/**/ 975, /**/ 974,