commit | a0c8aea479ca055ce43ba2984a9933f6c48e6161 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 19:55:35 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 20 19:55:35 2021 +0100 |
tree | 23a6911e9f4220af6e1ee0c9578e29dffe31b237 | |
parent | 592f57f5fec1064cc276a0d7992cc543bed04fd5 [diff] [blame] |
patch 8.2.2631: commands from winrestcmd() do not always work properly Problem: Commands from winrestcmd() do not always work properly. (Leonid V. Fedorenchik) Solution: Repeat the size commands twice. (closes #7988)
diff --git a/src/version.c b/src/version.c index a174b28..4204806 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2631, +/**/ 2630, /**/ 2629,