commit 57646196550a12497419a74192acb42f079f525c
parent 3c959fd038a2ec9227c4ed91184f479b6d7319f7
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 6 May 2019 11:08:22 +0200
search: stay in the Search menu when trying to Replace in view mode
This fixes https://savannah.gnu.org/bugs/?56274.
Bug existed since version 3.1, commit 6cd53e7f.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/search.c b/src/search.c
@@ -153,9 +153,9 @@ void search_init(bool replacing, bool keep_the_answer)
} else if (func == flip_replace) {
if (ISSET(VIEW_MODE)) {
print_view_warning();
- break;
- }
- replacing = !replacing;
+ napms(600);
+ } else
+ replacing = !replacing;
} else {
if (func == flip_goto)
do_gotolinecolumn(openfile->current->lineno,