1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

16357: change (n) to (u) so (n) can be reserved. for numeric sorting.

This commit is contained in:
Clint Adams 2001-12-17 14:06:27 +00:00
parent 13ab7280aa
commit 8659013fb8
3 changed files with 10 additions and 4 deletions

View file

@ -997,7 +997,7 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub)
shsplit = 1;
break;
case 'n':
case 'u':
unique = 1;
break;