commit | 6ca6ca48898750dd55cad13c88a9c1dfd7fdaad5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 27 19:47:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 27 19:47:07 2020 +0200 |
tree | 7e21eb75ee69713e747dd38ebd8a2545fda0ae2b | |
parent | 6d585f4c5c8d120f768dd61bfd32f6e57ad562a7 [diff] [blame] |
patch 8.2.1304: debug backtrace isn't tested much Problem: Debug backtrace isn't tested much. Solution: Add more specific tests. (Ben Jackson, closes #6540)
diff --git a/src/version.c b/src/version.c index 73ab8c3..c41d932 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1304, +/**/ 1303, /**/ 1302,