Lines Matching refs:cursor
1 " Tests for cursor() and other functions that get/set the cursor position
4 call assert_fails('call cursor(1. 3)', 'E474:')
5 call assert_fails('call cursor(test_null_list())', 'E474:')
12 call cursor([1, 1, 0, 1])
14 call cursor([4, 3, 0, 3])
17 call cursor(2, 2)
20 call cursor(0, 1)
23 call cursor(3, 0)
26 eval [9, 1]->cursor()
29 call cursor('3', '3')
33 call cursor(1, 1, 1)
36 call assert_fails('call cursor(-1, -1)', 'E475:')
151 " Save the current cursor character position in insert mode
195 " Test for getting the position in insert mode with the cursor after the
300 " Test for getting the column number in insert mode with the cursor after
337 " Test for getting the cursor position in insert mode with the cursor after