comparison src/version.c @ 31507:26a32a3f05af v9.0.1086

patch 9.0.1086: display wrong in Windows terminal after exiting Vim Commit: https://github.com/vim/vim/commit/c8b126d70d567269464fd70c54e22fdd78ec50ad Author: Christopher Plewright <chris@createng.com> Date: Thu Dec 22 13:45:23 2022 +0000 patch 9.0.1086: display wrong in Windows terminal after exiting Vim Problem: Display wrong in Windows terminal after exiting Vim. Solution: Apply screen restore fix for Windows 11 also to Windows 10 builds. (Christopher Plewright, closes #11713, closes #11706)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Dec 2022 15:00:07 +0100
parents dc282943639c
children 157a4a49f924
comparison
equal deleted inserted replaced
31506:38e11c4ab41f 31507:26a32a3f05af
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 1086,
698 /**/ 700 /**/
699 1085, 701 1085,
700 /**/ 702 /**/
701 1084, 703 1084,
702 /**/ 704 /**/