mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
parent
2885c085d8
commit
ffcfe73299
1 changed files with 0 additions and 3 deletions
|
@ -530,9 +530,6 @@ void reader_data_t::pager_selection_changed() {
|
||||||
}
|
}
|
||||||
reader_set_buffer_maintaining_pager(new_cmd_line, cursor_pos);
|
reader_set_buffer_maintaining_pager(new_cmd_line, cursor_pos);
|
||||||
|
|
||||||
// Since we just inserted a completion, don't immediately do a new autosuggestion.
|
|
||||||
this->suppress_autosuggestion = true;
|
|
||||||
|
|
||||||
// Trigger repaint (see issue #765).
|
// Trigger repaint (see issue #765).
|
||||||
reader_repaint_needed();
|
reader_repaint_needed();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue