1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-04-19 11:38:24 +01:00
parent bac9a9e5c2
commit a653e53b1f
5 changed files with 44 additions and 0 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4789,
/**/
4788,
/**/