diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-14 18:59:23 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-14 18:59:23 +0000 |
commit | 4e556ac875effee0ecdbc1e0a35cba496d6e037c (patch) | |
tree | b0f2bff75732e1af87f170f6201c7e48cdd82e18 /Doc/Zsh | |
parent | 21c39600ef2d74c3e7474c4e5b89805656c6fe4e (diff) | |
download | zsh-4e556ac875effee0ecdbc1e0a35cba496d6e037c.tar.gz zsh-4e556ac875effee0ecdbc1e0a35cba496d6e037c.tar.xz zsh-4e556ac875effee0ecdbc1e0a35cba496d6e037c.zip |
unposted: document change to brace parameter completion context in 29452/29459
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compwid.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 3042fa373..37a568f58 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -162,7 +162,10 @@ this case the tt(words) array contains the words inside the parentheses. ) item(tt(brace_parameter))( when completing the name of a parameter in a parameter expansion beginning -with tt(${). +with tt(${). This context will also be set when completing parameter +flags following tt(${LPAR()); the full command line argument is presented +and the handler must test the value to be completed to ascertain that +this is the case. ) item(tt(assign_parameter))( when completing the name of a parameter in a parameter assignment. |