patch 8.2.2798: Vim9: redir to variable with append does not accept an index

Problem:    Vim9: redir to variable with append does not accept an index.
Solution:   Make the appending work.
This commit is contained in:
Bram Moolenaar
2021-04-21 16:00:10 +02:00
parent 2d5f385cee
commit a369c3d9c1
3 changed files with 44 additions and 25 deletions

View File

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