comparison src/version.c @ 23549:4156f972efb1 v8.2.2317

patch 8.2.2317: Vim9: command modifier before list unpack doesn't work Commit: https://github.com/vim/vim/commit/9e0f883f89c915e08ef5fd9e6bf382af57fa9eb2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 12:09:22 2021 +0100 patch 8.2.2317: Vim9: command modifier before list unpack doesn't work Problem: Vim9: command modifier before list unpack doesn't work. Solution: Only recognize "[" directly after the name. (closes https://github.com/vim/vim/issues/7641)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Jan 2021 12:15:05 +0100
parents 7f09cfa9ac4a
children 1bb7fa4f9b35
comparison
equal deleted inserted replaced
23548:32b16cb86594 23549:4156f972efb1
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 2317,
753 /**/ 755 /**/
754 2316, 756 2316,
755 /**/ 757 /**/
756 2315, 758 2315,
757 /**/ 759 /**/