commit | 3868f59466ed5ff1c5624f40b93c0034ce62cb82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 13:20:41 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 13:20:41 2020 +0100 |
tree | 92513853943730fc96b34f7489ce9a0fefc42cc5 | |
parent | 9e68c32563d8c9ffe1ac04ecd4ccd730af66b97c [diff] [blame] |
patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OK Problem: Vim9: allocating a type to set TTFLAG_BOOL_OK. Solution: Add t_number_bool.
diff --git a/src/version.c b/src/version.c index ba291af..018bfd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2210, +/**/ 2209, /**/ 2208,