commit | 36f691f5f1d0676f080cc97d697d742ed5cc8251 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 15:33:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 08 15:33:30 2021 +0200 |
tree | f409093af58654e889d8dba96aa743ac6e28e884 | |
parent | fc3b775055c2361e507a1a44008d5a7d37eecf14 [diff] [blame] |
patch 8.2.3416: second error is reported while exception is being thrown Problem: Second error is reported while exception is being thrown. Solution: Do not check for trailing characters when already aborting. (closes #8842)
diff --git a/src/version.c b/src/version.c index a349398..c28a302 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3416, +/**/ 3415, /**/ 3414,