diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
commit | e61af474c1e37952f2e59a2a0e5842185ae1adc5 (patch) | |
tree | dfae9f6e0e89936232c764de0601ddcf27edfed0 /Doc/Zsh/compwid.yo | |
parent | 46b26c618c984010487d9eb7c78a65149d42b82f (diff) | |
download | zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.gz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.xz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.zip |
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r-- | Doc/Zsh/compwid.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 80427330d..b8786dd26 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -58,6 +58,11 @@ endmenu() texinode(Completion Special Parameters)(Completion Builtin Commands)()(Completion Widgets) sect(Completion Special Parameters) +The parameters tt(ZLE_REMOVE_SUFFIX_CHARS) and tt(ZLE_SPACE_SUFFIX_CHARS) +are used by the completion mechanism, but are not special. +ifzman(See em(Parameters Used By The Shell) in zmanref(zshparam))\ +ifnzman(noderef(Parameters Used By The Shell)). + Inside completion widgets, and any functions called from them, some parameters have special meaning; outside these functions they are not special to the shell in any way. These parameters are used to pass |