commit | 381692b6f1c2ec9b73a139500286ddc9347a1c01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 20:01:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 20:01:27 2022 +0000 |
tree | 96145ec58ad29dd86bbc80e557377333c07d059b | |
parent | a1c519518050383e7d319514a3ff6c42a9154c48 [diff] [blame] |
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() Problem: Vim9: strict type checking after copy() and deepcopy(). Solution: Allow type to change after making a copy. (closes #9644)
diff --git a/src/version.c b/src/version.c index 2c62367..e6edb17 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4286, +/**/ 4285, /**/ 4284,