Lines Matching refs:block
88 " Test for visual block shift and tab characters.
124 " Test for block shift with space characters at the beginning and with
475 " Test for 'p'ut in visual block mode
730 " Tests for the visual block mode commands
737 " Test shift-right of a block
739 " Test shift-left of a block
741 " Test block-insert
743 " Test block-replace
745 " Test block-change
763 " Test block insert with a short line that ends before the block
769 " Test block append at EOL with '$' and without '$'
779 " Test block replace with an empty line in the middle and use $ to jump to
786 " Test block replace with an empty line in the middle and move cursor to the
799 " During visual block append, if the cursor moved outside of the selected
800 " range, then the edit should not be applied to the block.
806 " During visual block append, if the cursor is moved before the start of the
807 " block, then the new text should be appended there.
927 " Test block-insert using cursor keys for movement
949 " Test for Visual block was created with the last <C-v>$
955 " Test for Visual block was created with the middle <C-v>$ (1)
962 " Test for Visual block was created with the middle <C-v>$ (2)
971 " Test for Visual block insert when virtualedit=all
982 " Test for Visual block append when virtualedit=all
1027 " Test cursor position. When ve=block and Visual block mode and $gj
1030 set virtualedit=block
1118 " Test for visually selecting an inner block (iB)
1123 " visually select all the lines in the block and then execute iB
1131 " try to select non-existing inner block
1134 " try to select a unclosed inner block
1214 " Test 5) Yank with spaces inside the block
1236 :set ve=block
1250 set virtualedit=block
1269 " Emtpy block selected in new buffer should not result in an error.