commit | b9c0cd897ab4ad54f514187e89719c0241393f8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 20:51:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 20:51:00 2021 +0200 |
tree | d77cabb1e4f17c9221586b923a8b56888e138ba5 | |
parent | 2927c07b0ec627c13e863e1b84bec831743bce12 [diff] [blame] |
patch 8.2.2722: Vim9: crash when using LHS with double index Problem: Vim9: crash when using LHS with double index. Solution: Handle lhs_dest which is "dest_expr". (closes #8068) Fix confusing error message for missing dict item.
diff --git a/src/version.c b/src/version.c index 331ccdb..807ef10 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2722, +/**/ 2721, /**/ 2720,