summaryrefslogtreecommitdiff
path: root/src/testdir/test39.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test39.in')
-rw-r--r--src/testdir/test39.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testdir/test39.in b/src/testdir/test39.in
index c4e46fff2..fcb935de7 100644
--- a/src/testdir/test39.in
+++ b/src/testdir/test39.in
@@ -2,6 +2,10 @@
Test Visual block mode commands
And test "U" in Visual mode, also on German sharp S.
+#define BO_ALL 0x0001
+#define BO_BS 0x0002
+#define BO_CRSR 0x0004
+
STARTTEST
:so small.vim
:so mbyte.vim
@@ -70,6 +74,12 @@ G3o987652k02l2jr
:exe ":norm! 2k\<C-V>$gj\<Esc>"
:let cpos=getpos("'>")
:$put ='col:'.cpos[2].' off:'.cpos[3]
+:"
+:" block_insert when replacing spaces in front of the block with tabs
+:set ts=8 sts=4 sw=4
+:4,7y
+Gp
+:exe ":norm! f0\<C-V>2jI\<tab>\<esc>"
:/^the/,$w >> test.out
:qa!
ENDTEST