commit | fcb6d7082d563acc33866b3d3a659c32ad19a9e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 21:41:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 21:41:56 2020 +0200 |
tree | 0f531f85a459c05eb5b6e601a288028878bc2b88 | |
parent | 30788d3d37a90b0702d94b7272ed26672534ba6f [diff] [blame] |
patch 8.2.1616: Vim9: cannot pass "true" to synID() Problem: Vim9: cannot pass "true" to synID(). Solution: Use tv_get_bool_chk(). (closes #6860)
diff --git a/src/version.c b/src/version.c index 0cce5b2..ff291b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1616, +/**/ 1615, /**/ 1614,