commit | 015f4267f4a28627c1872042078a95be7e06c4dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 05 21:25:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 05 21:25:22 2020 +0200 |
tree | 85ad516a7aea34258e90585eb2f21ced022811a7 | |
parent | f9ab52e155dc13f59b654d754041fe78e17b9074 [diff] [blame] |
patch 8.2.0699: Vim9: not all errors tested Problem: Vim9: not all errors tested. Solution: Add test for deleted function. Bail out on first error.
diff --git a/src/version.c b/src/version.c index 213a41d..6168188 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 699, +/**/ 698, /**/ 697,