commit | 7a2217bedd223df4c8bbebe731bf0b5fe8532533 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 12:33:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 12:33:49 2021 +0200 |
tree | 2e0bd662dc0ebdcd248084dc15f9a1ccdb06223f | |
parent | f5bfa8faa7bbe025c10148d37e8b47217a430a3b [diff] [blame] |
patch 8.2.2948: substitute() accepts a number but not a float expression Problem: Substitute() accepts a number but not a float expression. Solution: Also accept a float. (closes #8331)
diff --git a/src/version.c b/src/version.c index 7bc2afc..b9df688 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2948, +/**/ 2947, /**/ 2946,