commit | 3986b94b090ea258109630008611230a599999ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 16:09:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 16:09:04 2020 +0200 |
tree | bbc3ec6dee0265730735efae4fe5056e842e66cf | |
parent | d2c617055ac8ff6ff244f69e23dce1f73741c5ad [diff] [blame] |
patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars() Problem: Vim9: cannot pass "true" to split(), str2nr() and strchars(). Solution: Use tv_get_bool_chk(). (closes #6884, closes #6885, closes #6886)
diff --git a/src/version.c b/src/version.c index ae775d9..6a6d994 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1624, +/**/ 1623, /**/ 1622,