diff options
| author | Igor Ramazanov <igor.ramazanov@protonmail.com> | 2024-06-04 23:19:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 23:19:47 +0200 |
| commit | 4d21fbb3b0b66ef48270e5655bf2687a1f78becf (patch) | |
| tree | 479c9ca7cd6e9fcf16d7abc7ebea8c8fe0b502e9 /test/normal/repeat-insert | |
| parent | 7e8c430ad0706604c0b919207f322a5c14150575 (diff) | |
| parent | 727d2391c7695056ce6bb170b127c6e6ca9e1ab4 (diff) | |
Merge branch 'mawww:master' into contrib/gendocs.sh
Diffstat (limited to 'test/normal/repeat-insert')
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert-hooks/cmd | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert-hooks/out | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert-mapped/cmd | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert-mapped/out | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert-mapped/rc | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert/cmd (renamed from test/normal/repeat-insert/cmd) | 0 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-insert/out (renamed from test/normal/repeat-insert/out) | 0 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-normal-exec/cmd | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-normal-exec/out | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-normal-movement/cmd | 1 | ||||
| -rw-r--r-- | test/normal/repeat-insert/repeat-normal-movement/out | 1 |
11 files changed, 9 insertions, 0 deletions
diff --git a/test/normal/repeat-insert/repeat-insert-hooks/cmd b/test/normal/repeat-insert/repeat-insert-hooks/cmd new file mode 100644 index 00000000..a72627ce --- /dev/null +++ b/test/normal/repeat-insert/repeat-insert-hooks/cmd @@ -0,0 +1 @@ +:hook -group h g InsertChar f %{exec FINSERTED}<ret>ifoo<esc>.\.\ifoo<esc>. diff --git a/test/normal/repeat-insert/repeat-insert-hooks/out b/test/normal/repeat-insert/repeat-insert-hooks/out new file mode 100644 index 00000000..7f03fc89 --- /dev/null +++ b/test/normal/repeat-insert/repeat-insert-hooks/out @@ -0,0 +1 @@ +fFINSERTEDoofFINSERTEDoofoofoofoo diff --git a/test/normal/repeat-insert/repeat-insert-mapped/cmd b/test/normal/repeat-insert/repeat-insert-mapped/cmd new file mode 100644 index 00000000..d29da756 --- /dev/null +++ b/test/normal/repeat-insert/repeat-insert-mapped/cmd @@ -0,0 +1 @@ +ixyz<esc>. diff --git a/test/normal/repeat-insert/repeat-insert-mapped/out b/test/normal/repeat-insert/repeat-insert-mapped/out new file mode 100644 index 00000000..37718976 --- /dev/null +++ b/test/normal/repeat-insert/repeat-insert-mapped/out @@ -0,0 +1 @@ +zzxx diff --git a/test/normal/repeat-insert/repeat-insert-mapped/rc b/test/normal/repeat-insert/repeat-insert-mapped/rc new file mode 100644 index 00000000..6c1d2d04 --- /dev/null +++ b/test/normal/repeat-insert/repeat-insert-mapped/rc @@ -0,0 +1 @@ +map global insert y '<a-;>gh' diff --git a/test/normal/repeat-insert/cmd b/test/normal/repeat-insert/repeat-insert/cmd index 607416f6..607416f6 100644 --- a/test/normal/repeat-insert/cmd +++ b/test/normal/repeat-insert/repeat-insert/cmd diff --git a/test/normal/repeat-insert/out b/test/normal/repeat-insert/repeat-insert/out index 55b5f1fc..55b5f1fc 100644 --- a/test/normal/repeat-insert/out +++ b/test/normal/repeat-insert/repeat-insert/out 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 diff --git a/test/normal/repeat-insert/repeat-normal-movement/cmd b/test/normal/repeat-insert/repeat-normal-movement/cmd new file mode 100644 index 00000000..5a536286 --- /dev/null +++ b/test/normal/repeat-insert/repeat-normal-movement/cmd @@ -0,0 +1 @@ +ifoo<a-;>ghbar<esc>. diff --git a/test/normal/repeat-insert/repeat-normal-movement/out b/test/normal/repeat-insert/repeat-normal-movement/out new file mode 100644 index 00000000..8faa240e --- /dev/null +++ b/test/normal/repeat-insert/repeat-normal-movement/out @@ -0,0 +1 @@ +barbarfoofoo |
