Lines Matching refs:cursor
27 " Check that cursor line is concealed
31 " Check that with concealed text vertical cursor movement is correct.
35 " Check that with cursor line is not concealed
40 " Check that with cursor line is not concealed when moving cursor down
44 " Check that with cursor line is not concealed when switching windows
48 " Check that with cursor line is only concealed in Normal mode
59 " Check that with cursor line is only concealed in Insert mode
72 " Check that with cursor line is only concealed in Command mode
83 " Check that with cursor line is only concealed in Visual mode
94 " Check moving the cursor while in insert mode.
115 " where 'cursorline' needs to be updated when the cursor moves.
160 " Tests for correct display (cursor column position) with +conceal and
162 " screen is not updated (lazy redraw) and the cursor position is wrong.
169 :call cursor(1, 1)
174 :" Save current cursor position. Only works in <expr> mode, can't be used
175 :" with :normal because it moves the cursor to the command line. Thanks