Home
last modified time | relevance | path

Searched refs:newtab (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dgen_opt_test.vim137 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']],
H A Dtest_quickfix.vim1936 set switchbuf=newtab
5589 set switchbuf=newtab
/vim-8.2.3635/src/
H A Dwindow.c358 tabpage_T *newtab; in do_window() local
366 newtab = curtab; in do_window()
370 if (valid_tabpage(newtab)) in do_window()
371 goto_tabpage_tp(newtab, TRUE, TRUE); in do_window()
/vim-8.2.3635/runtime/doc/
H A Doptions.txt7614 newtab Like "split", but open a new tab page. Overrules
H A Dversion7.txt4767 Added the "newtab" value for the 'switchbuf' option. (partly by Yegappan