Home
last modified time | relevance | path

Searched refs:win_new_tabpage (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dwindow.pro28 int win_new_tabpage(int after);
/vim-8.2.3635/src/
H A Dwindow.c363 if (win_new_tabpage((int)Prenum) == OK in do_window()
3923 win_new_tabpage(int after) in win_new_tabpage() function
4015 return win_new_tabpage(n); in may_open_tabpage()
4041 if (win_new_tabpage(0) == FAIL) in make_tabpages()
H A Dex_docmd.c6560 if (win_new_tabpage(cmdmod.cmod_tab != 0 ? cmdmod.cmod_tab in ex_splitview()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2300 because win_valid() always returns FALSE. Below win_new_tabpage() in