zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: zsh workers <zsh-workers@zsh.org>
Subject: N, e, + missing from sort qualifiers in _globquals
Date: Sat, 30 Jan 2010 01:31:42 +0100	[thread overview]
Message-ID: <237967ef1001291631h7a0411bdsd4f101a2c7e55368@mail.gmail.com> (raw)

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


                 reply	other threads:[~2010-01-30  0:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=237967ef1001291631h7a0411bdsd4f101a2c7e55368@mail.gmail.com \
    --to=mikachu@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).