comparison src/version.c @ 30363:48c73657679c v9.0.0517

patch 9.0.0517: when at the command line :redrawstatus does not work well Commit: https://github.com/vim/vim/commit/320d910064320f894a09ffdd1cd800ff5371e97f Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Sep 20 17:12:13 2022 +0100 patch 9.0.0517: when at the command line :redrawstatus does not work well Problem: When at the command line :redrawstatus does not work well. Solution: Only update the statuslines instead of the screen. (closes https://github.com/vim/vim/issues/11180)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 18:15:03 +0200
parents d03040b399de
children 748b8dcfba57
comparison
equal deleted inserted replaced
30362:2922412560ad 30363:48c73657679c
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 517,
702 /**/ 704 /**/
703 516, 705 516,
704 /**/ 706 /**/
705 515, 707 515,
706 /**/ 708 /**/