1
0
forked from aniani/vim

patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are set

Problem:    MS-Windows: cursor in wrong position when 'lazyredraw' and
            'statusline' are set.
Solution:   Call compute_cmdrow(). (closes #8170, closes #8184)
This commit is contained in:
matveyt
2021-05-07 15:00:17 +02:00
committed by Bram Moolenaar
parent 261417b872
commit e08795e1ec
2 changed files with 5 additions and 3 deletions

View File

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