comparison src/version.c @ 28530:80085afc2f4d v8.2.4789

patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline Commit: https://github.com/vim/vim/commit/a653e53b1f4ba08de0dbcea06288cf0cc1c6e752 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 19 11:38:24 2022 +0100 patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline Problem: The cursor may be in the in wrong place when using :redraw while editing the cmdline. Solution: When editing the command line let :redraw update the command line too. (closes #10210)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 12:45:03 +0200
parents 6b1da12297e5
children 11387538e7c4
comparison
equal deleted inserted replaced
28529:5f29eb9fcbc8 28530:80085afc2f4d
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 4789,
749 /**/ 751 /**/
750 4788, 752 4788,
751 /**/ 753 /**/
752 4787, 754 4787,
753 /**/ 755 /**/