diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-10 14:30:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-10 14:30:22 +0000 |
commit | aa7e584ee80ca8a7107c7af59fd827a399ac93cd (patch) | |
tree | 37fddc71d3a7418e11994f29b2e4d835697c6575 /Doc/Zsh | |
parent | 50c2a44e71ad38d5f1daba65f2b5ea9a65d4cf40 (diff) | |
download | zsh-aa7e584ee80ca8a7107c7af59fd827a399ac93cd.tar.gz zsh-aa7e584ee80ca8a7107c7af59fd827a399ac93cd.tar.xz zsh-aa7e584ee80ca8a7107c7af59fd827a399ac93cd.zip |
Mikael Magnusson, 24076; 24081: cancel argument processing after widget
calls with general arguments
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index cafb96e90..db4becd74 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -554,7 +554,9 @@ appears as if the top-level widget called by the user were still active. With the option tt(-w), tt(WIDGET) and related parameters are set to reflect the widget being executed by the tt(zle) call. -Any further arguments will be passed to the widget. If it is a shell +Any further arguments will be passed to the widget; note that as +standard argument handling is performed, any general argument list +should be preceded by tt(-)tt(-). If it is a shell function, these are passed down as positional parameters; for builtin widgets it is up to the widget in question what it does with them. Currently arguments are only handled by the incremental-search commands, |