mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
screen: Show suggestion if the commandline was pushed to a new line
Pretty sure this was just overlooked, the comment mentions that it should happen and it seems to work. Fixes #7213.
This commit is contained in:
parent
0072367512
commit
5fd3ad624f
1 changed files with 1 additions and 0 deletions
|
@ -1093,6 +1093,7 @@ static screen_layout_t compute_layout(screen_t *s, size_t screen_width,
|
|||
prompt_percent_width > 33) {
|
||||
result.prompts_get_own_line = true;
|
||||
}
|
||||
result.autosuggestion = autosuggestion;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue