commit | b1b6f4de2b0edc3b6622912132ddb8994ec52709 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 13 18:25:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 13 18:25:54 2021 +0200 |
tree | 511b4e3c4a23e31c490a27c171e90b162f799554 | |
parent | 28e591dd5080bbcd0f468f9d9597cedb716e28c9 [diff] [blame] |
patch 8.2.3435: Vim9: dict is not passed to dict function Problem: Vim9: dict is not passed to dict function. Solution: Keep the dict used until a function call.
diff --git a/src/version.c b/src/version.c index 84e80b1..8973e48 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3435, +/**/ 3434, /**/ 3433,