commit | 3b5fef6a995f25a8a8f746896de44df49b69dfdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 14:54:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 14:54:53 2019 +0100 |
tree | bd38493f56b5c5653010ecd75cc098dd33930b8d | |
parent | ab89d7ab89a1dd7e40cc28df96c71c11b5ab9089 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 91f05b9..8b3bc69 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1013, +/**/ 1012, /**/ 1011,