mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
print_variables should use ellipsis_char instead of literal ellipsis
This commit is contained in:
@@ -371,7 +371,7 @@ static void print_variables(int include_values, int esc, bool shorten_ok, int sc
|
||||
|
||||
if (shorten)
|
||||
{
|
||||
stdout_buffer.append(L"\u2026");
|
||||
stdout_buffer.push_back(ellipsis_char);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user