diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-01-30 09:40:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-01-30 09:40:40 +0000 |
commit | 9d2248d3847def49d7d8006b7fd3affb24aeb6c5 (patch) | |
tree | bbf8e325113070c6e8c163d43424f79379a71534 | |
parent | 73bbb6298857b4908f2347be79b81a03bee11c3a (diff) | |
download | zsh-9d2248d3847def49d7d8006b7fd3affb24aeb6c5.tar.gz zsh-9d2248d3847def49d7d8006b7fd3affb24aeb6c5.tar.xz zsh-9d2248d3847def49d7d8006b7fd3affb24aeb6c5.zip |
24496: more Yodl parenthesis protection
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4fa17a5b5..e6c2f8cf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 Peter Stephenson <pws@csr.com> + + * 24496: Doc/Zsh/contrib.yo: more Yodl parenthesis protection. + 2008-01-29 Peter Stephenson <pws@csr.com> * 24485: INSTALL: note that term.h may need CPPFLAGS=-I... diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 40503ad24..3d44e0586 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2055,7 +2055,7 @@ neither file nor assistant is found, the external command An example assistant for the "ssh" command: -example(run-help-ssh() { +example(run-help-ssh+LPAR()RPAR() { emulate -LR zsh local -a args # Delete the "-l username" option |