diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-07-26 23:31:23 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-07-26 23:31:23 +0100 |
| commit | 13ed87410f87e4acfeb9d7340cc801eafbfbdbd9 (patch) | |
| tree | 072420b67f5c9170a0bae21a3ca6810e0bd20c30 /test/compose | |
| parent | 8c05d9e1464c6f6ddbe4d597942c720e9c27c26b (diff) | |
Rework compute_modified_ranges
Fixes #743
Diffstat (limited to 'test/compose')
| -rw-r--r-- | test/compose/undo-multi-replace-at-end/cmd | 1 | ||||
| -rw-r--r-- | test/compose/undo-multi-replace-at-end/in | 3 | ||||
| -rw-r--r-- | test/compose/undo-multi-replace-at-end/selections | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/compose/undo-multi-replace-at-end/cmd b/test/compose/undo-multi-replace-at-end/cmd new file mode 100644 index 00000000..0c359aa9 --- /dev/null +++ b/test/compose/undo-multi-replace-at-end/cmd @@ -0,0 +1 @@ +%<a-s>y1<a-space>Ru diff --git a/test/compose/undo-multi-replace-at-end/in b/test/compose/undo-multi-replace-at-end/in new file mode 100644 index 00000000..a92d664b --- /dev/null +++ b/test/compose/undo-multi-replace-at-end/in @@ -0,0 +1,3 @@ +line 1 +line 2 +line 3 diff --git a/test/compose/undo-multi-replace-at-end/selections b/test/compose/undo-multi-replace-at-end/selections new file mode 100644 index 00000000..48fcc423 --- /dev/null +++ b/test/compose/undo-multi-replace-at-end/selections @@ -0,0 +1,2 @@ +line 2 +line 3 |
