diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-11 22:38:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-11 22:38:34 +0200 |
commit | e7f234120f71a75f0c7c2a67e0b70c6450c50a02 (patch) | |
tree | 74e58321e68e1fe5d27576823a40df3a5aaaf8a9 /src/version.c | |
parent | fe270817247b73a9315bb10f0a51b6eca406d300 (diff) | |
download | vim-git-8.2.0547.tar.gz |
patch 8.2.0547: Win32: restoring screen not always done rightv8.2.0547
Problem: Win32: restoring screen not always done right.
Solution: Use a more appropriate method. (Nobuhiro Takasaki, closes #5909)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 2d1d2f9a2..22b00e4dc 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 547, +/**/ 546, /**/ 545, |