commit | 7bf9a07bd7d6264f623109c2896b2a4002c86080 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 02 21:55:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 02 21:55:15 2021 +0200 |
tree | 484c9117e095b5ae8c3879be85b210a54fffc323 | |
parent | c3160727b940b762e18fd9431416dc1a4a081c3a [diff] [blame] |
patch 8.2.3278: Vim9: error when adding 1 to float Problem: Vim9: error when adding 1 to float. Solution: Accept t_number_bool. (closes #8687)
diff --git a/src/version.c b/src/version.c index 931a817..f2aae14 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3278, +/**/ 3277, /**/ 3276,