zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] doc: fix example for '+' in matcher-list completion style
@ 2014-01-17 17:45 dhahler+zsh-workers
  0 siblings, 0 replies; 2+ messages in thread
From: dhahler+zsh-workers @ 2014-01-17 17:45 UTC (permalink / raw)
  To: zsh-workers

From: Daniel Hahler <git@thequod.de>

The example is missing the colons after `+m`.
---
 Doc/Zsh/compsys.yo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index b9038cf..6f1917d 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2019,7 +2019,7 @@ specification is prefixed with tt(+), it is added to the existing list.
 Hence it is possible to create increasingly general specifications
 without repetition:
 
-example(zstyle ':completion:*' matcher-list '' '+m{a-z}={A-Z}' '+m{A-Z}={a-z}')
+example(zstyle ':completion:*' matcher-list '' '+m:{a-z}={A-Z}' '+m:{A-Z}={a-z}')
 
 It is possible to create match specifications valid for particular
 completers by using the third field of the context.  For example, to
-- 
1.8.5.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] doc: fix example for '+' in matcher-list completion style
@ 2014-01-17 19:02 Daniel Hahler
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Hahler @ 2014-01-17 19:02 UTC (permalink / raw)
  To: zsh-workers

From: Daniel Hahler <git@thequod.de>

The example is missing the colons after `+m`.
---
 Doc/Zsh/compsys.yo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index b9038cf..6f1917d 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2019,7 +2019,7 @@ specification is prefixed with tt(+), it is added to the existing list.
 Hence it is possible to create increasingly general specifications
 without repetition:
 
-example(zstyle ':completion:*' matcher-list '' '+m{a-z}={A-Z}' '+m{A-Z}={a-z}')
+example(zstyle ':completion:*' matcher-list '' '+m:{a-z}={A-Z}' '+m:{A-Z}={a-z}')
 
 It is possible to create match specifications valid for particular
 completers by using the third field of the context.  For example, to
-- 
1.8.5.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-17 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-17 17:45 [PATCH] doc: fix example for '+' in matcher-list completion style dhahler+zsh-workers
2014-01-17 19:02 Daniel Hahler

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