Lines Matching refs:session
12 " Test for storing global and local argument list in a session file
337 call assert_equal(4, tabpagenr('$'), 'session restore should restore number of tabs')
338 call assert_equal(3, tabpagenr(), 'session restore should restore the active tab')
345 " Edit exactly three files in the current session.
351 " Verify that loading the session does not create additional buffers.
372 call assert_equal(1, v:hlsearch, 'session should restore search highlighting state')
376 call assert_equal(0, v:hlsearch, 'session should restore search highlighting state')
393 call assert_equal(4, winnr('$'), 'session restore should restore number of windows')
394 call assert_equal(3, winnr(), 'session restore should restore the active window')
428 call assert_report('session must not restore terminal')
445 call assert_report('session must not restore terminal')
463 call assert_report('session must not restore terminal')
481 call assert_report('session must not restore terminal')
734 " A clean session (one empty buffer, one window, and one tab) should not
762 " Test for storing global variables in a session file
818 " Test for changing directory to the session file directory