Lines Matching refs:page
10 " Simple test for opening and closing a tab page
34 " Test for settabvar() and gettabvar() functions. Open a new tab page and
392 " Check wrapping at last or first page.
400 " - {count}<C-PageDown> goes to page number {count} (absolute count)
588 call assert_equal(['Tab page 1',
590 \ 'Tab page 2',
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
724 " page.
823 " Try to jump to a closed tab page