]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2631: commands from winrestcmd() do not always work properly v8.2.2631
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Mar 2021 18:55:35 +0000 (19:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Mar 2021 18:55:35 +0000 (19:55 +0100)
commita0c8aea479ca055ce43ba2984a9933f6c48e6161
tree23a6911e9f4220af6e1ee0c9578e29dffe31b237
parent592f57f5fec1064cc276a0d7992cc543bed04fd5
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)
src/evalwindow.c
src/testdir/test_window_cmd.vim
src/version.c