commit | 9b7bf9e98f06ece595fed7a3ff53ecce89797a53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 22:14:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 22:14:59 2020 +0200 |
tree | 4a9b2cd5ac2f18f3c2c017530ab95f6878f1e757 | |
parent | 914e7eaa67f8d816e15fb4a1180e6bece88d9742 [diff] [blame] |
patch 8.2.1183: assert_fails() checks the last error message Problem: assert_fails() checks the last error message. Solution: Check the first error, it is more relevant. Fix all the tests that rely on the old behavior.
diff --git a/src/version.c b/src/version.c index c15cc04..ece1006 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1183, +/**/ 1182, /**/ 1181,