mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0203
This commit is contained in:
@@ -14895,7 +14895,7 @@ f_tabpagebuflist(argvars, rettv)
|
||||
{
|
||||
tp = find_tabpage((int)get_tv_number(&argvars[0]));
|
||||
if (tp != NULL)
|
||||
wp = tp->tp_firstwin;
|
||||
wp = (tp == curtab) ? firstwin : tp->tp_firstwin;
|
||||
}
|
||||
if (wp == NULL)
|
||||
rettv->vval.v_number = 0;
|
||||
|
Reference in New Issue
Block a user