commit | 1d478a6242871dcf4566814d3c6208df17991426 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 14:01:12 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 14:01:12 2015 +0200 |
tree | 9f87420714b8d4c6e0b2d280cc87f664d30350a5 | |
parent | c79a5452acd695238798947e40086f9823c400e7 [diff] [blame] |
patch 7.4.886 Problem: Windows7: Switching screen buffer causes flicker when using system(). Solution: Instead of actually switching screen buffer, duplicate the handle. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index f31f1bd..5160298 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 886, +/**/ 885, /**/ 884,