diff options
| author | Justin Burkett <justin@burkett.cc> | 2017-05-11 10:06:14 -0400 |
|---|---|---|
| committer | Justin Burkett <justin@burkett.cc> | 2017-05-11 12:37:07 -0400 |
| commit | f2204840ae73b414adf0df4efb7f00ac7837dca1 (patch) | |
| tree | 5c73addec79fe2615b99435583946a3292874656 /evil-tests.el | |
| parent | 7d1545ebd93d4d44d97f2f0884e2e711c35996a3 (diff) | |
Refactor evil-ex-substitute
Remove dependence on perform-replace and add n flag support. See #811.
Use confirm options that are consistent with vim instead of Emacs'
query-replace.
Diffstat (limited to 'evil-tests.el')
| -rw-r--r-- | evil-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-tests.el b/evil-tests.el index 6da6ba8..0bfd81d 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -7085,7 +7085,7 @@ if no previous selection") (evil-test-buffer "[a]bc\ndef\nghi\n" (":%s/\n/z/g" [return]) - "[a]bczdefzghi"))) + "[a]bczdefzghiz"))) (ert-deftest evil-test-ex-repeat-substitute-replacement () "Test `evil-ex-substitute' with repeating of previous substitutions." |
