comparison src/version.c @ 24516:056f954c6fd2 v8.2.2798

patch 8.2.2798: Vim9: redir to variable with append does not accept an index Commit: https://github.com/vim/vim/commit/a369c3d9c1217cd932bc3d1751a8cff1f5aef1e4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 16:00:10 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 16:15:04 +0200
parents e3efa11b6a1e
children cf334a353c30
comparison
equal deleted inserted replaced
24515:f34b18f235e6 24516:056f954c6fd2
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2798,
753 /**/ 755 /**/
754 2797, 756 2797,
755 /**/ 757 /**/
756 2796, 758 2796,
757 /**/ 759 /**/