comparison src/version.c @ 29926:2be5a2741943 v9.0.0301

patch 9.0.0301: the message window popup is delayed after an error message Commit: https://github.com/vim/vim/commit/878e1d25a0a5b03233bf6ad64073fcf576c2aea5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 17:53:23 2022 +0100 patch 9.0.0301: the message window popup is delayed after an error message Problem: The message window popup is delayed after an error message. Solution: Do not set emsg_on_display when using the message window.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 19:00:09 +0200
parents f3804bc56d33
children 0c52f8114e16
comparison
equal deleted inserted replaced
29925:5726e78e8782 29926:2be5a2741943
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 301,
710 /**/ 712 /**/
711 300, 713 300,
712 /**/ 714 /**/
713 299, 715 299,
714 /**/ 716 /**/