about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-09-19 15:22:17 +0000
committerClint Adams <clint@users.sourceforge.net>2002-09-19 15:22:17 +0000
commit9a8a7cf3acdbe3bdc8efdc5b91836a472b894bf9 (patch)
tree96a13faff024305cefeaa29c371eef60a621f50e /ChangeLog
parent2421fe859969171914aac4e9280b96db1b173763 (diff)
downloadzsh-9a8a7cf3acdbe3bdc8efdc5b91836a472b894bf9.tar.gz
zsh-9a8a7cf3acdbe3bdc8efdc5b91836a472b894bf9.tar.xz
zsh-9a8a7cf3acdbe3bdc8efdc5b91836a472b894bf9.zip
17252: Sven: Completion/Unix/Type/_path_files: fix for use of (z) parameter
modifier; the first word in the parameter is parsed like the first word on
a command line, treating parens specially
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d97c7dbd3..4f2d49301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-19  Clint Adams  <clint@zsh.org>
+
+        * 17252: Sven: Completion/Unix/Type/_path_files: fix for use of (z)
+        parameter modifier; the first word in the parameter is parsed
+        like the first word on a command line, treating parens
+        specially
+
 2002-09-17  Peter Stephenson  <pws@csr.com>
 
 	* 17673: Src/exec.c, Test/A01grammar.ztst: