commit | 753bcf8c7d7cf7b9e1572a80cc513a67020814ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 14:24:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 14:24:24 2021 +0200 |
tree | 5f5efad06ee0a97505aa04376d26c08d001b7759 | |
parent | 169502fb0beb7eb21f72d6c4590483c069353b53 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 18d6c80..a723859 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2796, +/**/ 2795, /**/ 2794,