view src/testdir/test66.in @ 2925:441d364773dc v7.3.235

updated for version 7.3.235 Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 26 Jun 2011 05:36:34 +0200
parents df7ceb64b0c6
children 0a3fab86f34d
line wrap: on
line source


Test for visual block shift and tab characters.

STARTTEST
:so small.vim
/^abcdefgh
4jI    j<<11|D
7|a		
7|a		   
7|a	       	4k13|4j<
:$-4,$w! test.out
:$-4,$s/\s\+//g
4kI    j<<
7|a		
7|a					
7|a	       		4k13|4j3<
:$-4,$w >> test.out
:qa!
ENDTEST

abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz