mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
string/trim: Add VT to list of default chars
This commit is contained in:
committed by
Fabian Homborg
parent
a3436110c1
commit
a45ffb7993
@@ -177,7 +177,7 @@ typedef struct { //!OCLINT(too many fields)
|
|||||||
long start = 0;
|
long start = 0;
|
||||||
long end = 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 *arg1 = nullptr;
|
||||||
const wchar_t *arg2 = nullptr;
|
const wchar_t *arg2 = nullptr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user