commit | bd5da371aafe5a2207065643502f4d1ff6b286c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 31 23:13:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 31 23:13:10 2020 +0200 |
tree | a76f8259b8caaf9d223063d307da28a5ea049c15 | |
parent | 9be61bbb170ed3df0e408c8ac12516e772dc0b75 [diff] [blame] |
patch 8.2.0487: Vim9: compiling not sufficiently tested Problem: Vim9: compiling not sufficiently tested. Solution: Add more tests. Fix bug with PCALL.
diff --git a/src/version.c b/src/version.c index 17ef596..549bf3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 487, +/**/ 486, /**/ 485,