diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2317,
+/**/
     2316,
 /**/
     2315,