commit | 8133018f50bc447570825801e93d5ed67e8dac90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 12:11:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 12:11:58 2022 +0000 |
tree | b59670eb8f761b319fad4ead8098674f603cede5 | |
parent | 4e3b3182307444f205a5f35e257c651f0f3717ad [diff] [blame] |
patch 8.2.4279: Vim9: cannot change item type with map() after range() Problem: Vim9: cannot change item type with map() after range(). Solution: Split the return type in current type and declared type. (closes #9665)
diff --git a/src/version.c b/src/version.c index 9550478..6d89615 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4279, +/**/ 4278, /**/ 4277,