]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3013: Vim: when debugging only first line of command is displayed v8.2.3013
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Jun 2021 20:24:40 +0000 (22:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Jun 2021 20:24:40 +0000 (22:24 +0200)
commit4cea536bdf48df459e7ad651dfee006844bbf2c0
tree3ff2e149ad2a9d6386d93938e0e14f0969f84221
parent29f0dc3689eafcf7888e06d57d1cf79e62c5c148
patch 8.2.3013: Vim: when debugging only first line of command is displayed

Problem:    Vim: when debugging only the first line of a command using line
            continuation is displayed.
Solution:   Find the next command and concatenate lines until that one.
            (closes #8392)
src/testdir/test_debugger.vim
src/version.c
src/vim9execute.c