commit | c6951a76a58663ef8a773d340f2260da7455643c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 29 20:56:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 29 20:56:24 2022 +0000 |
tree | 85498d64d07c8c65919d0938494a754a213e21c4 | |
parent | 73ade49c4b692e77d2c0b2ef0afbedbf55c5f946 [diff] [blame] |
patch 9.0.1108: type error when using "any" type and adding to float Problem: Type error when using "any" type and adding a number to a float. Solution: Accept both a number and a float. (closes #11753)
diff --git a/src/version.c b/src/version.c index 029652e..d2e01fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1108, +/**/ 1107, /**/ 1106,