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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user