commit | a48f786787e8e070c1a611146fd1f0f7e141e60a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 20:16:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 20:16:57 2020 +0200 |
tree | adbdea1b2d742909ef6f1bd3672846d393ef8720 | |
parent | 7918238528090cd019dc19613dbe76923ac9a1d7 [diff] [blame] |
patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list() Problem: Vim9: cannot pass "true" to list2str() and str2list(). Solution: Use tv_get_bool_chk(). (closes #6877)
diff --git a/src/version.c b/src/version.c index 9216408..a8cf168 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1610, +/**/ 1609, /**/ 1608,