view src/testdir/test_insertcount.in @ 6487:97b2ff29ae3a v7.4.571

updated for version 7.4.571 Problem: Can't build with tiny features. (Ike Devolder) Solution: Add #ifdef.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 14:08:44 +0100
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