1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-06-16 22:24:40 +02:00
parent 29f0dc3689
commit 4cea536bdf
3 changed files with 78 additions and 31 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3013,
/**/
3012,
/**/