tweaks: remove a superfluous cleanup call
At the very beginning of do_replace(), nothing has been changed or initialized yet, so there is nothing to refresh or clean up.master
parent
248d7be8ef
commit
454f5cbdce
|
@ -774,7 +774,6 @@ void do_replace(void)
|
||||||
|
|
||||||
if (ISSET(VIEW_MODE)) {
|
if (ISSET(VIEW_MODE)) {
|
||||||
print_view_warning();
|
print_view_warning();
|
||||||
search_replace_abort();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue