comparison src/version.c @ 28386:cf41a1f469f6 v8.2.4718

patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place Commit: https://github.com/vim/vim/commit/cee9c844f27bceaba90362a3fa27a04d4d06c0fd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 9 12:40:13 2022 +0100 patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place Problem: @@@ in the last line sometimes drawn in the wrong place. Solution: Make sure the column is valid. (closes https://github.com/vim/vim/issues/10130)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 13:45:02 +0200
parents 21e96d9b66c0
children 320991d9812e
comparison
equal deleted inserted replaced
28385:602492db9d01 28386:cf41a1f469f6
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4718,
749 /**/ 751 /**/
750 4717, 752 4717,
751 /**/ 753 /**/
752 4716, 754 4716,
753 /**/ 755 /**/