zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix the match points of e and E in doc
@ 2015-09-17  5:52 Han Pingtian
  0 siblings, 0 replies; only message in thread
From: Han Pingtian @ 2015-09-17  5:52 UTC (permalink / raw)
  To: zsh-workers

Looks like 'e' should match at the end of command line and 'E' should
match at the end of trial completion.
---
 Doc/Zsh/compwid.yo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 303c19d..c017633 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -911,7 +911,7 @@ item(tt(E:)var(lpat)tt(=)var(tpat))(
 As tt(l), tt(L), tt(b) and tt(B), with the difference that the command
 line and trial completion patterns are anchored on the right side.
 Here an empty var(ranchor) and the tt(e) and tt(E) forms force the
-match to the end of the trial completion or command line string.
+match to the end of the command line or trial completion string.
 )
 enditem()
 
-- 
1.9.3


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

only message in thread, other threads:[~2015-09-17  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-17  5:52 [PATCH] Fix the match points of e and E in doc Han Pingtian

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