patch 8.2.2796: Vim9: redir to variable does not accept an index

Problem:    Vim9: redir to variable does not accept an index.
Solution:   Make the index work.
This commit is contained in:
Bram Moolenaar
2021-04-21 14:24:24 +02:00
parent 169502fb0b
commit 753bcf8c7d
3 changed files with 64 additions and 13 deletions

View File

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