commit | 72abcf42d4b28719863c3bdf72b4c05d147a7d83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 18:26:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 18:26:24 2020 +0200 |
tree | 3238de02c59e8a648e7061a4d63129822b1dae5a | |
parent | 158ea175a99fc23eae1b0a5ee9a81cdd973854a6 [diff] [blame] |
patch 8.2.1001: Vim9: crash with nested "if" and assignment Problem: Vim9: crash with nested "if" and assignment. Solution: Skip more of the assignment. Do not set ctx_skip when code is reachable.
diff --git a/src/version.c b/src/version.c index 5f4ff71..5d69674 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1001, +/**/ 1000, /**/ 999,