comparison src/version.c @ 31465:d9263e7a0570 v9.0.1065

patch 9.0.1065: a shell command switching screens may still have a problem Commit: https://github.com/vim/vim/commit/9d1184cd1d4ebbfb13859adffec09077a84fd2b2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 16 18:33:20 2022 +0000 patch 9.0.1065: a shell command switching screens may still have a problem Problem: A shell command switching screens may still have a problem with the kitty keyboard protocol. Solution: Disable the kitty keyboard protocol both in the current and the alternate screen, if there are indications it might be needed. (issue #11705) Also fix naming.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Dec 2022 19:45:03 +0100
parents db72745d328c
children 4abd8f9edf47
comparison
equal deleted inserted replaced
31464:6053f2ce4f2e 31465:d9263e7a0570
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1065,
698 /**/ 700 /**/
699 1064, 701 1064,
700 /**/ 702 /**/
701 1063, 703 1063,
702 /**/ 704 /**/