about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-06-14 18:59:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-06-14 18:59:23 +0000
commit4e556ac875effee0ecdbc1e0a35cba496d6e037c (patch)
treeb0f2bff75732e1af87f170f6201c7e48cdd82e18
parent21c39600ef2d74c3e7474c4e5b89805656c6fe4e (diff)
downloadzsh-4e556ac875effee0ecdbc1e0a35cba496d6e037c.tar.gz
zsh-4e556ac875effee0ecdbc1e0a35cba496d6e037c.tar.xz
zsh-4e556ac875effee0ecdbc1e0a35cba496d6e037c.zip
unposted: document change to brace parameter completion context in 29452/29459
-rw-r--r--ChangeLog15
-rw-r--r--Doc/Zsh/compwid.yo5
2 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2230d696d..50b31765d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-14  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Doc/Zsh/compwid.yo: document change to brace
+	parameter context in 29452/29459.
+
 2011-06-12  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 29472: Src/jobs.c: findproc() needs at least to also return
@@ -27,10 +32,10 @@
 
 2011-06-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* Completion/Zsh/Context/_brace_parameter, Src/Zle/compcore.c
-	(check_param): In shell function, check for ${( not at start
-	of match; in C code, check for untokenized parentheses when
-	in double quotes.
+	* 29459: Completion/Zsh/Context/_brace_parameter,
+	Src/Zle/compcore.c (check_param): In shell function, check for
+	${( not at start of match; in C code, check for untokenized
+	parentheses when in double quotes.
 
 2011-06-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
@@ -14985,5 +14990,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5368 $
+* $Revision: 1.5369 $
 *****************************************************
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.