commit | 33b55b562b90e5cc0091fa39d87cd60956c73f57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 18:51:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 18:51:23 2022 +0100 |
tree | d0582cab3707790a681635355b4f579dd9801184 | |
parent | 5ab300195b0831cbdba3ce349416a0e6a218e4ef [diff] [blame] |
patch 9.0.0688: debugger does not display the whole command Problem: Debugger does not display the whole command. Solution: Set ea.cmd before checking for a breakpoint.
diff --git a/src/version.c b/src/version.c index 7330eeb..2108099 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 688, +/**/ 687, /**/ 686,