commit | 08938eeba463e98d23ba7b88e81bd252c981d235 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 23:17:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 23:17:17 2020 +0200 |
tree | 71a884dae2c58cd41c4484b3796c71c51b5bd1b0 | |
parent | e7f234120f71a75f0c7c2a67e0b70c6450c50a02 [diff] [blame] |
patch 8.2.0548: Vim9: not all possible func type errors tested Problem: Vim9: not all possible func type errors tested. Solution: Add more tests.
diff --git a/src/version.c b/src/version.c index 22b00e4..d7d504b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 548, +/**/ 547, /**/ 546,