Searched refs:newtab (Results 1 – 5 of 5) sorted by relevance
137 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']],
1936 set switchbuf=newtab5589 set switchbuf=newtab
358 tabpage_T *newtab; in do_window() local366 newtab = curtab; in do_window()370 if (valid_tabpage(newtab)) in do_window()371 goto_tabpage_tp(newtab, TRUE, TRUE); in do_window()
7614 newtab Like "split", but open a new tab page. Overrules
4767 Added the "newtab" value for the 'switchbuf' option. (partly by Yegappan