view src/testdir/test66.in @ 3423:62dc0d69ab11 v7.3.477

updated for version 7.3.477 Problem: Using ":echo" to output enough lines to scroll, then using "j" and "k" at the more prompt, displays the command on top of the output. (Marcin Szamotulski) Solution: Put the output below the command. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Mar 2012 15:18:24 +0100
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