commit | 7c215c58936cbebd4132ad6112d04db54b7c153e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 29 13:43:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 29 13:43:27 2020 +0100 |
tree | 828a4e93e763e10d9b565229f6788007d1552ea2 | |
parent | 57c732ed782607ce6a8c4f9eeb65b95a00e37701 [diff] [blame] |
patch 8.2.0331: internal error when using test_void() and test_unknown() Problem: Internal error when using test_void() and test_unknown(). (Dominique Pelle) Solution: Give a normal error.
diff --git a/src/version.c b/src/version.c index b883605..c553f20 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 331, +/**/ 330, /**/ 329,