commit | 615942452eb74eee7d8386fd3d76a1534181fa06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 20:23:37 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 20:23:37 2015 +0200 |
tree | a0e0c26f9919a4ada25585b6eade0c300629e1fb | |
parent | 544780248b5876339b316703fc2f330a9d316c45 [diff] [blame] |
patch 7.4.851 Problem: Saving and restoring the console buffer does not work properly. Solution: Instead of ReadConsoleOutputA/WriteConsoleOutputA use CreateConsoleScreenBuffer and SetConsoleActiveScreenBuffer. (Ken Takata)
diff --git a/src/version.c b/src/version.c index f09e4f3..559f0c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 851, +/**/ 850, /**/ 849,