From caa53459faea2e2de3cdb1d23e83813053476d76 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 16 Oct 2006 02:23:25 +0000 Subject: Doc for auto-suffix-remove/retain. --- Doc/Zsh/zle.yo | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index d2c844017..6e0d82513 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1665,6 +1665,24 @@ item(tt(accept-line-and-down-history) (^O) (unbound) (unbound))( Execute the current line, and push the next history event on the the buffer stack. ) +tindex(auto-suffix-remove) +item(tt(auto-suffix-remove))( +If the previous action added a suffix (space, slash, etc.) to the word on +the command line, remove it. Otherwise do nothing. Removing the suffix +ends any active menu completion or menu selection. + +This widget is intended to be called from user-defined widgets to enforce +a desired suffix-removal behavior. +) +tindex(auto-suffix-retain) +item(tt(auto-suffix-retain))( +If the previous action added a suffix (space, slash, etc.) to the word on +the command line, force it to be preserved. Otherwise do nothing. +Retaining the suffix ends any active menu completion or menu selection. + +This widget is intended to be called from user-defined widgets to enforce +a desired suffix-preservation behavior. +) tindex(beep) item(tt(beep))( Beep, unless the tt(BEEP) option is unset. -- cgit 1.4.1