commit | 30cc44a97f0ba1349e1a522dab22b11f47888183 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 16:52:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 16:52:40 2020 +0200 |
tree | 6d8731ca73501ec931eb83708dc9032a97220797 | |
parent | 6b0e528368415476bfc3a8414c9c70f9852b1517 [diff] [blame] |
patch 8.2.0899: assert_equalfile() does not give a hint about the difference Problem: Assert_equalfile() does not give a hint about the difference. Solution: Display the last seen text.
diff --git a/src/version.c b/src/version.c index ce8bbf1..462e772 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 899, +/**/ 898, /**/ 897,