mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-02 01:17:15 +03:00
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
.
This commit is contained in:
parent
3c959fd038
commit
5764619655
@ -153,8 +153,8 @@ void search_init(bool replacing, bool keep_the_answer)
|
||||
} else if (func == flip_replace) {
|
||||
if (ISSET(VIEW_MODE)) {
|
||||
print_view_warning();
|
||||
break;
|
||||
}
|
||||
napms(600);
|
||||
} else
|
||||
replacing = !replacing;
|
||||
} else {
|
||||
if (func == flip_goto)
|
||||
|
Loading…
Reference in New Issue
Block a user