1
0
forked from aniani/vim

patch 8.2.0997: cannot execute a register containing line continuation

Problem:    Cannot execute a register containing line continuation.
Solution:   Concatenate lines where needed. (Yegappan Lakshmanan,
            closes #6272)
This commit is contained in:
Bram Moolenaar
2020-06-17 21:47:23 +02:00
parent 40a019f157
commit 856c1110c1
4 changed files with 169 additions and 1 deletions

View File

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