]> granicus.if.org Git - vim/commit
patch 8.2.3657: Vim9: debug text misses one line of return statement v8.2.3657
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Nov 2021 22:16:34 +0000 (22:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Nov 2021 22:16:34 +0000 (22:16 +0000)
commit112bed0cbeac84f73dca2682c5c2d74fabe1114d
treeeb4d564d98070788bdf351e7fc026224f6d5dbfc
parent65259b5c6a8ad4edaf6eeb8dbb7b50342c64d403
patch 8.2.3657: Vim9: debug text misses one line of return statement

Problem:    Vim9: debug text misses one line of return statement.
Solution:   Add a line when not at a debug instruction. (closes #9137)
src/testdir/test_debugger.vim
src/version.c
src/vim9execute.c