commit | 28c162f6f1f525882a9a60f10ab4836dee7eb59f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Aug 14 14:49:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 14:49:50 2022 +0100 |
tree | 3467ccd578d063cbab7438720fa8c9241d67e820 | |
parent | a4d158b3c839e96ed98ff87c7b7124ff4518c4ff [diff] [blame] |
patch 9.0.0207: stacktrace not shown when debugging Problem: Stacktrace not shown when debugging. Solution: Set msg_scroll in msg_source(). (closes #10917)
diff --git a/src/version.c b/src/version.c index e13374f..1ef5b39 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 207, +/**/ 206, /**/ 205,