commit | a5d0423fa16f18b4576a2a07e50034e489587a7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 15:37:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 15:37:02 2020 +0200 |
tree | 67bfe997079bb1a9f17db6a829b29d6369a922a3 | |
parent | d66cdcd43a598825add743bc95642cd8ed705252 [diff] [blame] |
patch 8.2.1297: when a test fails it's often not easy to see where Problem: When a test fails it's often not easy to see what the call stack is. Solution: Add more entries from the call stack in the exception message.
diff --git a/src/version.c b/src/version.c index 6a5f199..c45c155 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1297, +/**/ 1296, /**/ 1295,