diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-22 19:58:34 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-22 21:20:29 +0000 |
| commit | 88def85d77b935af3c869e5ede41ca125a114daf (patch) | |
| tree | dd91c86b40f5c8b579a01393660094e5a6070378 /test/unit/insert-replace | |
| parent | ab640f9fbf96320997643067bd8fb95b82b6377a (diff) | |
Do not merge overlapping selections in InputMode::Replace
Fixes #237
Diffstat (limited to 'test/unit/insert-replace')
| -rw-r--r-- | test/unit/insert-replace/cmd | 1 | ||||
| -rw-r--r-- | test/unit/insert-replace/in | 1 | ||||
| -rw-r--r-- | test/unit/insert-replace/out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/insert-replace/cmd b/test/unit/insert-replace/cmd new file mode 100644 index 00000000..daa37b38 --- /dev/null +++ b/test/unit/insert-replace/cmd @@ -0,0 +1 @@ +cthis was <c-r>" <esc> diff --git a/test/unit/insert-replace/in b/test/unit/insert-replace/in new file mode 100644 index 00000000..546219dd --- /dev/null +++ b/test/unit/insert-replace/in @@ -0,0 +1 @@ +%(word1)%(word2)%(word3)%(word4) diff --git a/test/unit/insert-replace/out b/test/unit/insert-replace/out new file mode 100644 index 00000000..fae360dd --- /dev/null +++ b/test/unit/insert-replace/out @@ -0,0 +1 @@ +this was word1 this was word2 this was word3 this was word4 |
