mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-30 00:23:28 +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,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,
|
||||
|
Loading…
Reference in New Issue
Block a user