string-split0.1 (fish-3.5.0.tar.xz) | : | string-split0.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 66 | skipping to change at line 66 | |||
>_ # Sort a list of elements which may contain newlines | >_ # Sort a list of elements which may contain newlines | |||
>_ set foo beta alpha\ngamma | >_ set foo beta alpha\ngamma | |||
>_ set foo (string join0 $foo | sort -z | string split0) | >_ set foo (string join0 $foo | sort -z | string split0) | |||
>_ string escape $foo[1] | >_ string escape $foo[1] | |||
alpha\ngamma | alpha\ngamma | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 STRING-SPLIT0(1) | 3.5 Jul 20, 2022 STRING-SPLIT0(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |