commit | 1c67f3a9779b99bed7aacb3108abbb649445d3ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:32:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 13:32:09 2021 +0000 |
tree | b3a7f8af98a36076107aed71a4385b645e10d6d6 | |
parent | 13789bf10338a0d049c78acfdc0870fc63e63f4f [diff] [blame] |
patch 8.2.3946: when an internal error makes Vim exit the error is not seen Problem: When an internal error makes Vim exit the error is not seen. Solution: Add the error to the test output.
diff --git a/src/version.c b/src/version.c index a04c91c..25e40bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3946, +/**/ 3945, /**/ 3944,