Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
N, e, + missing from sort qualifiers in _globquals
- X-seq: zsh-workers 27642
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: N, e, + missing from sort qualifiers in _globquals
- Date: Sat, 30 Jan 2010 01:31:42 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=zZZpllJ40jchXYy6gHdpwBomX45LD+IfkJ3dWB5MSD0=; b=aPPgSYH+iiDpKBy3HfFDkPQ8vQUpM+I9v4LP3x6/3zmGUwqD9s8j2eB7Cl4+5qyExZ shl65Qh8kQq0GlJ16m5V64+T9I/pDxYltpKdzYmjKh7AcbXZaIZbjk9ts+41Ni1lPvFA Gthdnj6PfqrZawWsKYW2hRrWlV0Tf78WIjcw4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lbOzbrI2D7tQpgx3rfrIpii2VUJGbYXNYzMj5KvXAYS4NsUDLVu9Hs8CriC3w/PGN9 S8qLIupcaAYVb+6zPyWgL1APSVtpLERLwLPyBE18hVCYqG5AB5EsIi0oY6VXF3aEKbaa akJ8Rc1keASpimZd/QQyzLQwG1eAGN1zYCUsY=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
I couldn't figure out (in the 2 minutes I managed to stay interested)
how to make the e and + cases behave like they do without the o. I'm
not sure how informative the help is for oe and o+, i just copied them
from o and +.
url to patch since i still hate email and it usually messes up
http://mika.l3ib.org/patches/zsh-globquals.patch
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals
index f0c6926..9ad9488 100644
--- a/Completion/Zsh/Type/_globquals
+++ b/Completion/Zsh/Type/_globquals
@@ -146,6 +146,9 @@ while [[ -n $PREFIX ]]; do
"m:last modification time"
"c:last inode change time"
"d:directory depth"
+ "N:no sorting"
+ "e:execute code"
+ "+:+ command name"
)
_describe -t sort-specifiers "sort specifier" alts -Q -S ''
return
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author