zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: contrib.yo: Use PLUS() to avoid a + being silently dropped
@ 2011-06-02  9:43 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2011-06-02  9:43 UTC (permalink / raw)
  To: zsh workers

---

   This is the only thing I saw other than the missing paren, which
   Benjamin already spotted.

 Doc/Zsh/contrib.yo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 9bb7dcf..2b55b36 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1187,7 +1187,7 @@ code can communicate with the code that called it and through that,
 change the system's behaviour.
 
 For configuration, hooks change the style context:
-example(:vcs_info:var(vcs-string)+var(hook-name):var(user-context):var(repo-root-name))
+example(:vcs_info:var(vcs-string)PLUS()var(hook-name):var(user-context):var(repo-root-name))
 
 To register functions to a hook, you need to list them in the tt(hooks)
 style in the appropriate context.
-- 
1.7.5


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

only message in thread, other threads:[~2011-06-02  9:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-02  9:43 PATCH: contrib.yo: Use PLUS() to avoid a + being silently dropped Frank Terbeck

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