view src/testdir/test_insertcount.in @ 9620:3539c9e51785 v7.4.2087

commit https://github.com/vim/vim/commit/e25bc5abb4621c6263b0248988a207d53b57fc54 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 21 21:23:38 2016 +0200 patch 7.4.2087 Problem: Digraph code test coverage is still low. Solution: Add more tests. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jul 2016 21:30:07 +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