commit | 4b9bd692bdffba03fda04f9979e25431b53e416b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 21:57:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 21:57:53 2020 +0200 |
tree | d2b87ebefd3df626987eb1cc5ef718423cbe86c4 | |
parent | fcb6d7082d563acc33866b3d3a659c32ad19a9e1 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ff291b6..d422465 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1617, +/**/ 1616, /**/ 1615,