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 /Doc/Zsh/contrib.yo | |
parent | 73bbb6298857b4908f2347be79b81a03bee11c3a (diff) | |
download | zsh-9d2248d3847def49d7d8006b7fd3affb24aeb6c5.tar.gz zsh-9d2248d3847def49d7d8006b7fd3affb24aeb6c5.tar.xz zsh-9d2248d3847def49d7d8006b7fd3affb24aeb6c5.zip |
24496: more Yodl parenthesis protection
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-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 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 |