commit | 1dcae59957301b6b19aef49af648715f911a1378 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 19:02:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 19:02:42 2020 +0200 |
tree | a4d330ebc6eebc410e845a421844950c2f38d84f | |
parent | 334a8b4bde55e1095533f70616ac1e6ec337c62c [diff] [blame] |
patch 8.2.1865: Vim9: add() does not check type of argument Problem: Vim9: add() does not check type of argument. Solution: Inline the add() call. (closes #7160)
diff --git a/src/version.c b/src/version.c index ef5ea87..2894ded 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1865, +/**/ 1864, /**/ 1863,