diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-11-08 14:49:19 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-11-08 14:49:19 +0800 |
| commit | fc88046c9c489b28a6f2f4bf92e37748c6ac6193 (patch) | |
| tree | a3c55c6f4a52706bf6ba3dcef3eafb14b15482f6 /test/normal | |
| parent | 0942cd5084b08ff2154725faa06e800b8536922c (diff) | |
Add test case for replaying insert with normal mode commands
Diffstat (limited to 'test/normal')
| -rw-r--r-- | test/normal/replay-complex-insert/cmd | 1 | ||||
| -rw-r--r-- | test/normal/replay-complex-insert/in | 1 | ||||
| -rw-r--r-- | test/normal/replay-complex-insert/out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/normal/replay-complex-insert/cmd b/test/normal/replay-complex-insert/cmd new file mode 100644 index 00000000..2a985ebb --- /dev/null +++ b/test/normal/replay-complex-insert/cmd @@ -0,0 +1 @@ +i(<a-;>e<right>)<esc>fw;. diff --git a/test/normal/replay-complex-insert/in b/test/normal/replay-complex-insert/in new file mode 100644 index 00000000..f094489d --- /dev/null +++ b/test/normal/replay-complex-insert/in @@ -0,0 +1 @@ +word word diff --git a/test/normal/replay-complex-insert/out b/test/normal/replay-complex-insert/out new file mode 100644 index 00000000..770c63ed --- /dev/null +++ b/test/normal/replay-complex-insert/out @@ -0,0 +1 @@ +(word) (word) |
