commit | 7824fc80f675b8098e6483ce082e287aad14b6da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 26 17:36:51 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 26 17:36:51 2021 +0000 |
tree | 7958a448ca9c5d0a45fef498b670a355f2f92b44 | |
parent | bfc5786a61693aaadc3e45f80a2f147c3a6711a3 [diff] [blame] |
patch 8.2.3682: Vim9: assigning to a script variable drops the type Problem: Vim9: assigning to a script variable drops the required type. Solution: Lookup the type of the variable and use it. (closes #9219)
diff --git a/src/version.c b/src/version.c index 532b59e..f328f83 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3682, +/**/ 3681, /**/ 3680,