mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 19:26:13 +08:00
string/trim: Add VT to list of default chars
This commit is contained in:
parent
a3436110c1
commit
a45ffb7993
|
@ -177,7 +177,7 @@ typedef struct { //!OCLINT(too many fields)
|
|||
long start = 0;
|
||||
long end = 0;
|
||||
|
||||
const wchar_t *chars_to_trim = L" \f\n\r\t";
|
||||
const wchar_t *chars_to_trim = L" \f\n\r\t\v";
|
||||
const wchar_t *arg1 = nullptr;
|
||||
const wchar_t *arg2 = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user