commit | 4a021dfbeee88ac09d07e257912485314ecdcabe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 15:13:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 15:13:38 2020 +0200 |
tree | adc3fb1dd7e608e136a1daf5f698cb519d418bf2 | |
parent | c9630d2658af9dcaa01913e899b201bfdef7b536 [diff] [blame] |
patch 8.2.0969: assert_equal() output for dicts is hard to figure out Problem: Assert_equal() output for dicts is hard to figure out. Solution: Only show the different items.
diff --git a/src/version.c b/src/version.c index fa44d04..1c660ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 969, +/**/ 968, /**/ 967,