mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-19 05:52:45 +08:00
Fix for completions only printing one item
This commit is contained in:
parent
2dda8634e9
commit
82a93d8406
|
@ -1160,11 +1160,11 @@ static void run_pager( wchar_t *prefix, int is_quoted, const std::vector<complet
|
|||
}
|
||||
else if( baz )
|
||||
{
|
||||
msg = format_string(L"%ls%ls%ls\n", foo, escaped_separator, baz);
|
||||
append_format(msg, L"%ls%ls%ls\n", foo, escaped_separator, baz);
|
||||
}
|
||||
else
|
||||
{
|
||||
msg = format_string(L"%ls\n", foo);
|
||||
append_format(msg, L"%ls\n", foo);
|
||||
}
|
||||
|
||||
free( foo );
|
||||
|
|
Loading…
Reference in New Issue
Block a user