diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-17 13:36:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-17 13:36:54 +0100 |
| commit | 930cf2ab0b872539c59e7702042692f7638d4e89 (patch) | |
| tree | 1a11d5770310a3ed30874c882a09219bf929d532 /vis/motions | |
| parent | 1c4b748a508552358d5654412389636029257c29 (diff) | |
test/vis: add some more tests
Diffstat (limited to 'vis/motions')
| -rw-r--r-- | vis/motions/percent.in | 5 | ||||
| -rw-r--r-- | vis/motions/percent.keys | 3 | ||||
| -rw-r--r-- | vis/motions/percent.ref | 6 |
3 files changed, 14 insertions, 0 deletions
diff --git a/vis/motions/percent.in b/vis/motions/percent.in new file mode 100644 index 0000000..8a1218a --- /dev/null +++ b/vis/motions/percent.in @@ -0,0 +1,5 @@ +1 +2 +3 +4 +5 diff --git a/vis/motions/percent.keys b/vis/motions/percent.keys new file mode 100644 index 0000000..daeb1ef --- /dev/null +++ b/vis/motions/percent.keys @@ -0,0 +1,3 @@ +50%i=<Escape> +1%i|<Escape> +100%. diff --git a/vis/motions/percent.ref b/vis/motions/percent.ref new file mode 100644 index 0000000..93cf66e --- /dev/null +++ b/vis/motions/percent.ref @@ -0,0 +1,6 @@ +|1 +2 +3= +4 +5 +|
\ No newline at end of file |
