- May
- 13,193
- 180
Of @FIELDS the docs say "If string is double quoted, you must specify sep_list."
But what would be the point of double quoting string? When it's double quoted, %FIELDS seems to always count it as **1** field:
Is that WAD?
But what would be the point of double quoting string? When it's double quoted, %FIELDS seems to always count it as **1** field:
Code:
v:\> echo %@words[".",".a.b.c."]
1
v:\> echo %@words[" "," a b c "]
1
Is that WAD?