commit | 9e0f883f89c915e08ef5fd9e6bf382af57fa9eb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 12:09:22 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 12:09:22 2021 +0100 |
tree | b83d962e5fb03abc623b4993afd3f4aae8a95fe4 | |
parent | b657198cb30765468451d7f68fce49b5b4000c5d [diff] [blame] |
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 #7641)
diff --git a/src/version.c b/src/version.c index f4cfa2b..dc1114c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2317, +/**/ 2316, /**/ 2315,