commit | f32f099761e5ae0603149b305a0086e4f4627d81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 20:53:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 20:53:40 2021 +0200 |
tree | cd44497f85e3acf1082fb5bbcb0c83a8d3ce3580 | |
parent | d4ab807d62c1a8262e78deb674c6750183bc030a [diff] [blame] |
patch 8.2.3127: Vim9: no error when adding number to list of string Problem: Vim9: no error when adding number to list of string. Solution: Check the value type. (closes #8529)
diff --git a/src/version.c b/src/version.c index ff1bb43..7bca3a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3127, +/**/ 3126, /**/ 3125,