commit | ec5929d0fe7e90f953fa5b019486c0c4e5826d92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 07 20:53:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 07 20:53:39 2020 +0200 |
tree | 67cd19b5170a373c3bea0f4a9fe142fd2f78017b | |
parent | 86b9a3e8cd24335195dbe377b98bed1ba291268d [diff] [blame] |
patch 8.2.0527: Vim9: function types insufficiently tested Problem: Vim9: function types insufficiently tested. Solution: Add more tests. Fix white space check. Add "test_vim9" target.
diff --git a/src/version.c b/src/version.c index bcf333b..f08ca11 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 527, +/**/ 526, /**/ 525,