1
0
forked from aniani/vim

patch 8.2.4626: Visual area not updated when removing sign in Visual mode

Problem:    Visual area not fully updated when removing sign in Visual mode
            while scrolling.
Solution:   Adjust check for topline. (closes #10017)
This commit is contained in:
Bram Moolenaar
2022-03-25 15:42:27 +00:00
parent 90da27b927
commit abb6fbd14d
4 changed files with 32 additions and 1 deletions

View File

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