diff --git a/src/popupwin.c b/src/popupwin.c index de604858c4..64bb0b5be8 100644 --- a/src/popupwin.c +++ b/src/popupwin.c @@ -2382,6 +2382,8 @@ invoke_popup_callback(win_T *wp, typval_T *result) typval_T rettv; typval_T argv[3]; + rettv.v_type = VAR_UNKNOWN; + argv[0].v_type = VAR_NUMBER; argv[0].vval.v_number = (varnumber_T)wp->w_id; diff --git a/src/version.c b/src/version.c index 2a0a6e77dd..5dbfc5d083 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2115, /**/ 2114, /**/