diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-06-02 16:15:23 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-06-02 16:15:23 +0000 |
commit | 42a260df99eabfc3ab34e0320670c36540c8d300 (patch) | |
tree | e1a8c320c24f9e2d30326492dfc7418759915768 /Doc/Zsh | |
parent | 8101886e488111cf26d94468854efd5b3daf0856 (diff) | |
download | zsh-42a260df99eabfc3ab34e0320670c36540c8d300.tar.gz zsh-42a260df99eabfc3ab34e0320670c36540c8d300.tar.xz zsh-42a260df99eabfc3ab34e0320670c36540c8d300.zip |
29434: contrib.yo: Use PLUS() to avoid a + being silently dropped.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | 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 9bb7dcf45..2b55b36f0 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. |