mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 20:55:11 +00:00
parent
eb35975c0f
commit
77f412af1b
1 changed files with 1 additions and 0 deletions
|
@ -2679,6 +2679,7 @@ void reader_data_t::handle_readline_command(readline_cmd_t c, readline_loop_stat
|
||||||
outputter_t &outp = outputter_t::stdoutput();
|
outputter_t &outp = outputter_t::stdoutput();
|
||||||
// Move cursor to the end of the line.
|
// Move cursor to the end of the line.
|
||||||
update_buff_pos(&command_line, command_line.size());
|
update_buff_pos(&command_line, command_line.size());
|
||||||
|
autosuggestion.clear();
|
||||||
// Repaint also changes the actual cursor position
|
// Repaint also changes the actual cursor position
|
||||||
repaint();
|
repaint();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue