blob: 7a40573e63e835c3f89d8b8062cd0a43458f347c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Tests for repeating insert and replace.
STARTTEST
:so small.vim
:/Second
4gro
:/^First/,$wq! test.out
:" get here when failed and in Insert mode
:.wq! test.out
ENDTEST
First line
Second line
Last line
|