mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
parent
d51ecb7fb3
commit
7768952749
1 changed files with 1 additions and 0 deletions
|
@ -951,6 +951,7 @@ impl Pager {
|
||||||
self.search_field_shown = false;
|
self.search_field_shown = false;
|
||||||
self.search_field_line.clear();
|
self.search_field_line.clear();
|
||||||
self.extra_progress_text.clear();
|
self.extra_progress_text.clear();
|
||||||
|
self.suggested_row_start = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Updates the completions list per the filter.
|
// Updates the completions list per the filter.
|
||||||
|
|
Loading…
Reference in a new issue