commit | 17126b13969c3b91516a8e9ff80fb6a1f6924d40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 22:03:02 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 22:03:02 2021 +0100 |
tree | fd8b5ca5599d92409fc98d778b7bf32d1bee1eed | |
parent | 43b69b39acb85a2aab2310cba5a2dbac338a4eb9 [diff] [blame] |
patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifier Problem: Vim9: cannot assign to a variable that shadows a command modifier. Solution: Check for assignment after possible command modifier. (closes #7632)
diff --git a/src/version.c b/src/version.c index 0d9816b..c79b219 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2311, +/**/ 2310, /**/ 2309,