Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro41 void tabpage_close_other(tabpage_T *tp, int forceit);
/vim-8.2.3635/src/
H A Dmouse.c510 tabpage_close_other(tp, FALSE); in do_mouse()
H A Dex_docmd.c5998 tabpage_close_other(tp, eap->forceit); in ex_tabclose()
6037 tabpage_close_other(tp, eap->forceit); in ex_tabonly()
6075 tabpage_close_other(tabpage_T *tp, int forceit) in tabpage_close_other() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3679 Solution: Adjust the tab pages line when needed in tabpage_close_other().