Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Clarify REC_EXACT description
- X-seq: zsh-workers 40875
- From: "martin f. krafft" <madduck@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Clarify REC_EXACT description
- Date: Tue, 21 Mar 2017 16:24:30 +1300
- Cc: "martin f. krafft" <madduck@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madduck.net; s=2015-11-14; t=1490066743; bh=F8NSHTXKIy7qSa/hMSPpEhVSsM9Jjn8IhbTnHjyLJjs=; h=From:To:Cc:Subject:Date:From; b=orCJVePDt0/WeZMcaolvnNV9OewE5EQ3OXD6BpSobzZ946IX/MZQzEfjV1VO27tw9 E/esrhkTXupT0/l9GMVnyOcQ0/YBHbCexiYyhbG9DJd+fdsa+5YawzHLrgoQpuNhmN fFZcBgyfcrFHHklAYX9cKynUz5ynmtlQaTAy1LWA=
- 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
This pulls in Peter Stephenson's way to describe REC_EXACT from his Zsh
Guide, because I find it a lot clearer than the current description.
I could not find a licence on the guide, so fair use is claimed.
Signed-off-by: martin f. krafft <madduck@xxxxxxxxxxx>
---
Doc/Zsh/options.yo | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 84148941b..1f8d98b80 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -395,8 +395,9 @@ pindex(RECEXACT)
pindex(NORECEXACT)
cindex(completion, exact matches)
item(tt(REC_EXACT) (tt(-S)))(
-In completion, recognize exact matches even
-if they are ambiguous.
+If the string on the command line exactly matches one of the possible
+completions, it is accepted, even if there is another completion (i.e. that
+string with something else added) that also matches.
)
enditem()
--
2.11.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author