commit | f75a2cb3c7db6244fd7e3eee75c85d40a1614fa0 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Sat Jan 28 10:28:09 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 10:28:09 2023 +0000 |
tree | fdf4029d3fe0c367a951c281282f7430e908d0a4 | |
parent | fadc02a2a57755fa1342b1b44c2ceab3046125fc [diff] [blame] |
patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit Problem: MS-Windows: scrollback cropped off on Vim exit. Solution: Don't call SetConsoleScreenBufferInfoEx when using the alternate screen buffer. (Christopher Plewright, closes #11882)
diff --git a/src/version.c b/src/version.c index 64da4b3..89017e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1252, +/**/ 1251, /**/ 1250,