]> granicus.if.org Git - vim/commit
patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove() v8.2.1617
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 19:57:53 +0000 (21:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 19:57:53 +0000 (21:57 +0200)
commit4b9bd692bdffba03fda04f9979e25431b53e416b
treed2b87ebefd3df626987eb1cc5ef718423cbe86c4
parentfcb6d7082d563acc33866b3d3a659c32ad19a9e1
patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove()

Problem:    Vim9: cannot pass "true" to win_splitmove().
Solution:   Use dict_get_bool(). (closes #6862)  Alphabetize test functions.
src/evalwindow.c
src/testdir/test_vim9_func.vim
src/version.c