#11294
Yutaka Emura
Keymaster

Hi LTT,

If the Stable Sort is on, in TSV mode, and if the cursor is at the first column,

a b
a a
z z
z y

is correct. Only the first column is used to sort, and the second column order is unchanged. If the Stable Sort is off, the second column order can be changed (the behavior is undefined).

Stable Sort is useful if you want to maintain the order of more than one column where there are multiple columns.