commit | bc6f2bf78af28c93b48906408756b797ab2fd7bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 14:29:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 14:29:09 2022 +0100 |
tree | 444839f967a56340f95411c85b63cd2537240a16 | |
parent | f1d63b9cba9ca91d6367615c6098761c30c6cb5b [diff] [blame] |
patch 8.2.4886: Vim9: redir in skipped block seen as assignment Problem: Vim9: redir in skipped block seen as assignment. Solution: Check for valid assignment.
diff --git a/src/version.c b/src/version.c index 2421931..6c4aa52 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4886, +/**/ 4885, /**/ 4884,