1
0
forked from aniani/vim

patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screen

Problem:    MS-Windows: Scrolling fails when dividing the screen.
Solution:   Position the cursor before calling ScrollConsoleScreenBuffer().
            (Nobuhiro Takasaki, closes #4115)
This commit is contained in:
Bram Moolenaar
2019-03-17 14:54:53 +01:00
parent ab89d7ab89
commit 3b5fef6a99
2 changed files with 22 additions and 18 deletions

View File

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