comparison src/version.c @ 31390:79a60c5b18cc v9.0.1028

patch 9.0.1028: mouse shape test is flaky, especially on Mac OS Commit: https://github.com/vim/vim/commit/1881abfc34a61e7fb90bbcf8a5b8550405d55613 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Thu Dec 8 09:41:24 2022 +0000 patch 9.0.1028: mouse shape test is flaky, especially on Mac OS Problem: Mouse shape test is flaky, especially on Mac OS. Solution: Instead of starting all timers at the same time, start the next one in the callback of the previous one. (Yee Cheng Chin, closes #11673) Also use "bwipe!" instead of "close!" to avoid swap files remaining.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Dec 2022 10:45:04 +0100
parents 1ff377bc0726
children 446cf0e93ed3
comparison
equal deleted inserted replaced
31389:a6eb61c47fab 31390:79a60c5b18cc
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 1028,
698 /**/ 700 /**/
699 1027, 701 1027,
700 /**/ 702 /**/
701 1026, 703 1026,
702 /**/ 704 /**/