mirror of
https://github.com/neovim/neovim.git
synced 2026-01-26 15:11:35 +10:00
Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer. https://code.google.com/p/vim/source/detail?r=v7-4-387
15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
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
|