1
1

search: after search-at-startup, store the column (for vertical movement)

This fixes https://savannah.gnu.org/bugs/?56846.
Этот коммит содержится в:
Benno Schulenberg 2019-09-01 16:10:17 +02:00
родитель 7d9ad31cd9
Коммит 15148a5e6d

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

@ -2636,6 +2636,7 @@ int main(int argc, char **argv)
not_found_msg(searchstring); not_found_msg(searchstring);
else if (lastmessage == HUSH) else if (lastmessage == HUSH)
wipe_statusbar(); wipe_statusbar();
openfile->placewewant = xplustabs();
if (ISSET(USE_REGEXP)) if (ISSET(USE_REGEXP))
tidy_up_after_search(); tidy_up_after_search();
free(last_search); free(last_search);