commit | 47bba53bdb6d59057887149e2eeb2071803e547e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 18:49:46 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 18:49:46 2023 +0000 |
tree | 03409a5588fe07989acce53eeaf8d591229c4e9d | |
parent | 7193323b7796c05573f3aa89d422e848feb3a8dc [diff] [blame] |
patch 9.0.1224: cannot call a :def function with a number for float argument Problem: Cannot call a :def function with a number for a float argument. Solution: Accept a number as well, convert it to a float.
diff --git a/src/version.c b/src/version.c index f15061a..29c788d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1224, +/**/ 1223, /**/ 1222,