diff options
Diffstat (limited to 'src/nvim/testdir/test_insertcount.in')
-rw-r--r-- | src/nvim/testdir/test_insertcount.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_insertcount.in b/src/nvim/testdir/test_insertcount.in new file mode 100644 index 0000000000..7a40573e63 --- /dev/null +++ b/src/nvim/testdir/test_insertcount.in @@ -0,0 +1,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 |