]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0688: debugger does not display the whole command v9.0.0688
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Oct 2022 17:51:23 +0000 (18:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Oct 2022 17:51:23 +0000 (18:51 +0100)
commit33b55b562b90e5cc0091fa39d87cd60956c73f57
treed0582cab3707790a681635355b4f579dd9801184
parent5ab300195b0831cbdba3ce349416a0e6a218e4ef
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.
src/ex_docmd.c
src/testdir/test_debugger.vim
src/version.c