Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

N, e, + missing from sort qualifiers in _globquals



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