commit | 24f7750ffa9730579736d779b7cc94faff325fc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 19:50:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 19:50:57 2020 +0200 |
tree | bdfa00955074b0bcc6ab75439596d62fa54467d7 | |
parent | c05d1c043a25c7a52dbf0a740d3f715a9d2691f7 [diff] [blame] |
patch 8.2.1592: Vim9: passing "true" to char2nr() fails Problem: Vim9: passing "true" to char2nr() fails. Solution: Use tv_get_bool_chk(). (closes #6865)
diff --git a/src/version.c b/src/version.c index 60c6294..111405f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1592, +/**/ 1591, /**/ 1590,