commit | e507ff15d52653dad3054ddc0073708977621c0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 21:47:42 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 21:47:42 2021 +0100 |
tree | ccba7ad92530997c85d1a3d0944a8c4b0afd2194 | |
parent | 80ad3e25697cf759d5af5cd13e8b124c1cd657f5 [diff] [blame] |
patch 8.2.2444: Vim9: compile error with combination of operator and list Problem: Vim9: compile error with combination of operator and list. Solution: Generate constants before parsing a list or dict. (closes #7757)
diff --git a/src/version.c b/src/version.c index b3d4fef..b320943 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2444, +/**/ 2443, /**/ 2442,