diff options
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r-- | Doc/Zsh/compwid.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 298d0739c..4129a2eda 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -575,6 +575,10 @@ suffix if the next character typed inserts anything but a digit. One extra backslash sequence is understood in this string: `tt(\-)' stands for all characters that insert nothing. Thus `tt(-S "=" -q)' is the same as `tt(-S "=" -r "= \t\n\-")'. + +This option may also be used without the tt(-S) option; then any +automatically added space will be removed when one of the characters in the +list is typed. ) item(tt(-R) var(remove-func))( This is another form of the tt(-r) option. When a suffix |