neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 9b15d4c756a644023e912a8e911452025ddfe9a0
parent 8156eece24134dc26b927d44cd860e44f81cd61c
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue,  2 Dec 2025 07:05:27 +0800

vim-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.

https://github.com/vim/vim/commit/33b55b562b90e5cc0091fa39d87cd60956c73f57

The code change is already covered by #35019.

Co-authored-by: Bram Moolenaar <Bram@vim.org>

Diffstat:
Mtest/old/testdir/test_debugger.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/old/testdir/test_debugger.vim b/test/old/testdir/test_debugger.vim @@ -953,7 +953,6 @@ func Test_Backtrace_DefFunction() call RunDbgCmd(buf, 'step', ['line 1: vim9script']) call RunDbgCmd(buf, 'step', ['line 3: def DoAThing(): number']) call RunDbgCmd(buf, 'step', ['line 9: export def File2Function()']) - call RunDbgCmd(buf, 'step', ['line 9: def File2Function()']) call RunDbgCmd(buf, 'step', ['line 13: defcompile']) call RunDbgCmd(buf, 'step', ['line 14: File2Function()']) call RunDbgCmd(buf, 'backtrace', [