]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2649: Vim9: some wincmd arguments cause a white space error v8.2.2649
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Mar 2021 19:08:12 +0000 (20:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Mar 2021 19:08:12 +0000 (20:08 +0100)
commit1ff89deeaa07a161afbe91f57c340f3758d34f49
tree28243c15cb05fa45c226be2b3c96c097ea616c1e
parentc54f347d63bcca97ead673d01ac6b59914bb04e5
patch 8.2.2649: Vim9: some wincmd arguments cause a white space error

Problem:    Vim9: some wincmd arguments cause a white space error.
Solution:   Insert a space before the count. (closes #8001)
src/testdir/test_vim9_cmd.vim
src/version.c
src/window.c