about summary refs log tree commit diff
path: root/Doc/Zsh/compwid.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/compwid.yo')
-rw-r--r--Doc/Zsh/compwid.yo5
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.