commit | 30788d3d37a90b0702d94b7272ed26672534ba6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 21:35:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 21:35:16 2020 +0200 |
tree | d5de38e8fd36f03bf053950877e23f6b37d78437 | |
parent | 597aaac9d2b090e0eb738ab4e2afd454b7b92393 [diff] [blame] |
patch 8.2.1615: Vim9: cannot pass "true" to searchdecl() Problem: Vim9: cannot pass "true" to searchdecl(). Solution: use tv_get_bool_chk(). (closes #6881)
diff --git a/src/version.c b/src/version.c index 750e287..0cce5b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1615, +/**/ 1614, /**/ 1613,