zsh-workers
 help / color / mirror / code / Atom feed
* N, e, + missing from sort qualifiers in _globquals
@ 2010-01-30  0:31 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2010-01-30  0:31 UTC (permalink / raw)
  To: zsh workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-30  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-30  0:31 N, e, + missing from sort qualifiers in _globquals Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).