commit | 73ade49c4b692e77d2c0b2ef0afbedbf55c5f946 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 27 20:54:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 27 20:54:41 2022 +0000 |
tree | 1b71849aa638b9678d9a501494d8d82c6a68f4d1 | |
parent | 09ce0b8e1197c85dacf97e75b9b9ac18e0d192df [diff] [blame] |
patch 9.0.1107: float constant not recognized as float Problem: Float constant not recognized as float. Solution: Check the vartype instead of comparing with t_float. (closes #11754)
diff --git a/src/version.c b/src/version.c index 9c9d025..029652e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1107, +/**/ 1106, /**/ 1105,