1
1

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.
Этот коммит содержится в:
Benno Schulenberg 2016-12-03 19:38:35 +01:00
родитель 248d7be8ef
Коммит 454f5cbdce

Просмотреть файл

@ -774,7 +774,6 @@ void do_replace(void)
if (ISSET(VIEW_MODE)) {
print_view_warning();
search_replace_abort();
return;
}