commit | f163bd5e41e8ea1d32e7977e671598a9d6f7b23c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 10 21:47:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 10 21:47:43 2020 +0200 |
tree | 89429218a74bdf64027a9c204e6911d1f967d297 | |
parent | 7e5bd91dc99e1ecb38c4220eaab1a906a69815c2 [diff] [blame] |
patch 8.2.0732: Vim9: storing value in dict messes up stack Problem: Vim9: storing value in dict messes up stack. Solution: Correct item count of stack.
diff --git a/src/version.c b/src/version.c index efb3c31..6a29592 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 732, +/**/ 731, /**/ 730,