comparison src/version.c @ 30029:d03ee646c9ec v9.0.0352

patch 9.0.0352: using :echowindow in a timer clears part of message Commit: https://github.com/vim/vim/commit/3b474dcd30ea188124f5ad766f5096f9a0cef895 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 1 17:01:32 2022 +0100 patch 9.0.0352: using :echowindow in a timer clears part of message Problem: using :echowindow in a timer clears part of message Solution: Do not use msg_clr_eos().
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Sep 2022 18:15:05 +0200
parents 7e787f94852b
children 30c642c58cd4
comparison
equal deleted inserted replaced
30028:2ee12f894bb0 30029:d03ee646c9ec
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 352,
710 /**/ 712 /**/
711 351, 713 351,
712 /**/ 714 /**/
713 350, 715 350,
714 /**/ 716 /**/