commit | 43b69b39acb85a2aab2310cba5a2dbac338a4eb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 20:23:33 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 20:23:33 2021 +0100 |
tree | d6b8a3ca1e04ed32814caf9bbc596dd5f48329c8 | |
parent | c37b655443e0a11a77a9f0707e3259ab4b8b3dda [diff] [blame] |
patch 8.2.2310: Vim9: winsaveview() return type is too generic Problem: Vim9: winsaveview() return type is too generic. Solution: use dict<number> instead of dict<any>. (closes #7626)
diff --git a/src/version.c b/src/version.c index f4a1d58..0d9816b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2310, +/**/ 2309, /**/ 2308,