diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-02-28 08:58:45 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-02-28 08:58:45 +1100 |
| commit | e56ffd9d3659a4f74133e5d137bb56459d838cfd (patch) | |
| tree | 29413ae40cc764b827fa6d5ca89b62f2b233e9a9 /test/normal/repeat-insert/repeat-normal-exec | |
| parent | 88aff72bc8c9b2c0adb20ff2da8c1d898ab4c91b (diff) | |
| parent | dbe8528231f61717210f796c93c85b852b760b33 (diff) | |
Merge remote-tracking branch 'topisani/fix-3600'
Diffstat (limited to 'test/normal/repeat-insert/repeat-normal-exec')
| -rw-r--r-- | test/normal/repeat-insert/repeat-normal-exec/cmd | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-normal-exec/out | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/normal/repeat-insert/repeat-normal-exec/cmd b/test/normal/repeat-insert/repeat-normal-exec/cmd new file mode 100644 index 00000000..d077660b --- /dev/null +++ b/test/normal/repeat-insert/repeat-normal-exec/cmd @@ -0,0 +1 @@ +i<a-;>:execute-keys foo<ret><esc>. diff --git a/test/normal/repeat-insert/repeat-normal-exec/out b/test/normal/repeat-insert/repeat-normal-exec/out new file mode 100644 index 00000000..55b5f1fc --- /dev/null +++ b/test/normal/repeat-insert/repeat-normal-exec/out @@ -0,0 +1 @@ +foofoo |
