commit | 3af15ab7888033fdfae0ae7085172aab794339a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 16:16:23 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 16:16:23 2021 +0100 |
tree | 57c84a4325ffb5bcf4b77b2b36cd10490e16ffc5 | |
parent | 85773bf32b51cbe7e971c5ac11cb9c743bb7a38a [diff] [blame] |
patch 8.2.2369: Vim9: functions return true/false but can't be used as bool Problem: Vim9: functions return true/false but can't be used as bool. Solution: Add ret_number_bool(). (closes #7693)
diff --git a/src/version.c b/src/version.c index 4d36419..3ac6cfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2369, +/**/ 2368, /**/ 2367,