zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Clarify REC_EXACT description
@ 2017-03-21  3:24 martin f. krafft
  0 siblings, 0 replies; only message in thread
From: martin f. krafft @ 2017-03-21  3:24 UTC (permalink / raw)
  To: zsh-workers; +Cc: martin f. krafft

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@madduck.net>
---
 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


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

only message in thread, other threads:[~2017-03-21  3:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21  3:24 [PATCH] Clarify REC_EXACT description martin f. krafft

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).