Lines Matching refs:tab

10   " Simple test for opening and closing a tab page
15 " Open three tab pages and use ":tabdo"
34 " Test for settabvar() and gettabvar() functions. Open a new tab page and
49 " Test for ":tab drop exist-file" to keep current window.
51 tab drop test1
56 " Test for ":tab drop new-file" to keep current window of tabpage 1.
58 tab drop newfile
64 " Test for ":tab drop multi-opened-file" to keep current tabpage and window.
68 tab drop test1
74 " Test for ":tab drop vertical-split-window" to jump test1 buffer
78 tab drop test1
168 C tab split
169 call assert_equal(['=== tab split ===', 'WinLeave', 'TabLeave', 'WinEnter', 'TabEnter'], s:li)
233 " Test autocommands on tab drop
246 tab drop test1
250 tab drop test2 test3
276 call s:check_tab(1, 'tab help', 2)
277 call s:check_tab(1, '3tab help', 4)
278 call s:check_tab(1, '.tab help', 2)
279 call s:check_tab(1, '.+1tab help', 3)
280 call s:check_tab(1, '0tab help', 1)
281 call s:check_tab(2, '+tab help', 4)
282 call s:check_tab(2, '+2tab help', 5)
283 call s:check_tab(4, '-tab help', 4)
284 call s:check_tab(4, '-2tab help', 3)
285 call s:check_tab(3, '$tab help', 6)
286 call assert_fails('99tab help', 'E16:')
287 call assert_fails('+99tab help', 'E16:')
288 call assert_fails('-99tab help', 'E16:')
618 " Test for closing the tab page from a command window
630 " Pressing <C-PageUp> in insert mode should go to the previous tab page
631 " and <C-PageDown> should go to the next tab page
641 " Return the terminal key code for selecting a tab page from the tabline. This
643 " KS_FILLER (0x58) and then the tab page number.
650 " KS_TABMENU (0xef), KS_FILLER (0x58), the tab page number and
658 " (0xef), KS_FILLER (0x58), the tab page number and TABLINE_MENU_CLOSE (1).
673 " go to tab page 2 in normal mode
677 " close tab page 3 in normal mode
682 " open new tab page before tab page 1 in normal mode
687 " go to tab page 2 in operator-pending mode (should beep)
692 " open new tab page before tab page 1 in operator-pending mode (should beep)
697 " open new tab page after tab page 3 in normal mode
702 " go to tab page 2 in insert mode
706 " close tab page 2 in insert mode
710 " open new tab page before tab page 3 in insert mode
715 " open new tab page after tab page 4 in insert mode
723 " Test for changing the current tab page from an autocmd when closing a tab
795 " open four tab pages
823 " Try to jump to a closed tab page