mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
committed by
Kurtis Rader
parent
2885c085d8
commit
ffcfe73299
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user