comparison src/version.c @ 30351:c8c7adcf2ddc v9.0.0511

patch 9.0.0511: unnecessary scrolling for message of only one line Commit: https://github.com/vim/vim/commit/bdedd2bcce3a59028c7504a397ff77d901b1b12a Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Sep 20 12:45:15 2022 +0100 patch 9.0.0511: unnecessary scrolling for message of only one line Problem: Unnecessary scrolling for message of only one line. Solution: Only set msg_scroll when needed. (closes https://github.com/vim/vim/issues/11178)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 14:00:05 +0200
parents 37a251ba4cf4
children 7cd4655d7bf1
comparison
equal deleted inserted replaced
30350:d4c446a0105e 30351:c8c7adcf2ddc
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 511,
702 /**/ 704 /**/
703 510, 705 510,
704 /**/ 706 /**/
705 509, 707 509,
706 /**/ 708 /**/