view src/testdir/test_insertcount.in @ 9808:0470742f7346 v7.4.2179

commit https://github.com/vim/vim/commit/e4a76ad0e74a31bbd9f1b1ac5b816d714d19a412 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 7 16:50:10 2016 +0200 patch 7.4.2179 Problem: Reading from stdin test fails on MS-Windows. Solution: Strip the extra space.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Aug 2016 17:00:05 +0200
parents 975d96776111
children
line wrap: on
line source

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