1
1

tweaks: remove a superfluous setting of 'refresh_needed'

An interactive 'gotolinecolumn' has already refreshed the screen.
Этот коммит содержится в:
Benno Schulenberg 2016-05-07 21:24:14 +02:00
родитель 8ddc5e7b93
Коммит 81b29d9a21

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

@ -239,7 +239,6 @@ int search_init(bool replacing, bool use_answer)
} else if (func == do_gotolinecolumn_void) {
do_gotolinecolumn(openfile->current->lineno,
openfile->placewewant + 1, TRUE, TRUE);
refresh_needed = TRUE;
return 3;
}