diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-01-13 10:32:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-01-13 10:32:03 +0000 |
commit | 1e7c463fd951b1446f219b5ac54295496755b359 (patch) | |
tree | 67676610726fe5b696b16251d8c4e65227fcc6c7 /Doc/Zsh | |
parent | 5e7520de017418b78b168bf60f63ad874759dfdd (diff) | |
download | zsh-1e7c463fd951b1446f219b5ac54295496755b359.tar.gz zsh-1e7c463fd951b1446f219b5ac54295496755b359.tar.xz zsh-1e7c463fd951b1446f219b5ac54295496755b359.zip |
18059: allow compadd -r and -R with default space suffix
Diffstat (limited to 'Doc/Zsh')
-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 |