commit | 97f8c1081ec6d6d158bb51e18fa23a36d3ed5623 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 19:43:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 19:43:57 2022 +0100 |
tree | bff2837d32937a9edf15ed39b770e8b5c34c92de | |
parent | eabddc425ea23fb91b3b0058ff01e9e4ede53351 [diff] [blame] |
patch 8.2.4666: Vim9: assignment not recognized in skipped block Problem: Vim9: assignment not recognized in skipped block. Solution: When skipping assume identifier exists. (closes #10059)
diff --git a/src/version.c b/src/version.c index 753eef3..b6fd047 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4666, +/**/ 4665, /**/ 4664,