1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

36120: _sort: Fix syntax error

This commit is contained in:
Mikael Magnusson 2015-07-26 23:48:03 +02:00
parent 6472541678
commit aa722536ea
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@
* 36118: Completion/Unix/Command/_imagemagick: complete all
files if image files didn't match
* 36120: Completion/Unix/Command/_sort: Fix syntax error
2015-08-11 Barton E. Schaefer <schaefer@zsh.org>
* 36108: NEWS: list of major changes so far since 5.0.8

View File

@ -55,7 +55,7 @@ case $variant in
netbsd*|dragonfly*)
args+=(
"${ordering}-l[sort by string length of field]"
"(-s)-S[don't use stable sort"
"(-s)-S[don't use stable sort]"
)
;|
openbsd*)