comparison src/version.c @ 30431:8a25c8215d4a v9.0.0551

patch 9.0.0551: mode message is delayed when :echowin was used Commit: https://github.com/vim/vim/commit/f87eeb43fb29f5e3d39807e6ce49e5e2d72eb38b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 22 19:02:38 2022 +0100 patch 9.0.0551: mode message is delayed when :echowin was used Problem: Mode message is delayed when :echowin was used. (Maxim Kim) Solution: Save and restore msg_didout in :echowin. (closes https://github.com/vim/vim/issues/11193)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 20:15:04 +0200
parents 69ff2bd737a9
children 36f1b763ae16
comparison
equal deleted inserted replaced
30430:52a92d30b10b 30431:8a25c8215d4a
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 551,
702 /**/ 704 /**/
703 550, 705 550,
704 /**/ 706 /**/
705 549, 707 549,
706 /**/ 708 /**/