commit | e7f234120f71a75f0c7c2a67e0b70c6450c50a02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 22:38:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 22:38:34 2020 +0200 |
tree | 74e58321e68e1fe5d27576823a40df3a5aaaf8a9 | |
parent | fe270817247b73a9315bb10f0a51b6eca406d300 [diff] [blame] |
patch 8.2.0547: Win32: restoring screen not always done right Problem: Win32: restoring screen not always done right. Solution: Use a more appropriate method. (Nobuhiro Takasaki, closes #5909)
diff --git a/src/version.c b/src/version.c index 2d1d2f9..22b00e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 547, +/**/ 546, /**/ 545,