1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-07 20:23:33 +01:00
parent c37b655443
commit 43b69b39ac
3 changed files with 13 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2310,
/**/
2309,
/**/