0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.5138: various small issues

Problem:    Various small issues.
Solution:   Various small improvments.
This commit is contained in:
Bram Moolenaar
2022-06-20 11:38:17 +01:00
parent 509ce03831
commit 8088ae95bb
6 changed files with 11 additions and 8 deletions

View File

@@ -2983,7 +2983,7 @@ f_popup_list(typval_T *argvars UNUSED, typval_T *rettv)
win_T *wp;
tabpage_T *tp;
if (rettv_list_alloc(rettv) != OK)
if (rettv_list_alloc(rettv) == FAIL)
return;
FOR_ALL_POPUPWINS(wp)
list_append_number(rettv->vval.v_list, wp->w_id);