mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-15 09:21:15 -03:00
Bring back ellipsis
This commit is contained in:
@@ -1532,6 +1532,7 @@ static bool handle_completions( const std::vector<completion_t> &comp )
|
||||
else
|
||||
{
|
||||
// append just the end of the string
|
||||
prefix = wcstring(&ellipsis_char, 1);
|
||||
prefix.append(data->command_line, prefix_start + len - PREFIX_MAX_LEN, wcstring::npos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user