about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-29 15:05:22 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-29 15:05:22 +0000
commit4446df3dff7c75b7c771435f2613ec1df3a77bbd (patch)
treecdd23874b9a81eb849da5d141298b1e6513d364a /ChangeLog
parent1ca8378051227d70700d9f754d22e1bbde2924ad (diff)
downloadzsh-4446df3dff7c75b7c771435f2613ec1df3a77bbd.tar.gz
zsh-4446df3dff7c75b7c771435f2613ec1df3a77bbd.tar.xz
zsh-4446df3dff7c75b7c771435f2613ec1df3a77bbd.zip
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 (17252)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17f9a5ffa..df82bff5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-29  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 17252: 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-05-29  Peter Stephenson  <pws@csr.com>
 
 	* 17250: Src/signals.c: don't execsave()/execrestore() around