mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 02:05:30 +08:00
Fix for failing to update command line while cycling through tab completions
https://github.com/fish-shell/fish-shell/issues/765
This commit is contained in:
parent
92b2c28532
commit
f8786c25be
|
@ -3035,6 +3035,9 @@ const wchar_t *reader_readline(void)
|
|||
|
||||
/* Since we just inserted a completion, don't immediately do a new autosuggestion */
|
||||
data->suppress_autosuggestion = true;
|
||||
|
||||
/* Trigger repaint (see #765) */
|
||||
reader_repaint_if_needed();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user