about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-01-03 18:26:56 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-01-03 18:26:56 +0000
commitae0bba2bfca67c49e7e31a44ca7b53c85bf020d5 (patch)
tree333049e139fa6158b0c2c2148a3e9dd3d24a16f8 /ChangeLog
parent96de4d0740485b70e8e6210fd47e83c6a9bece0e (diff)
downloadzsh-ae0bba2bfca67c49e7e31a44ca7b53c85bf020d5.tar.gz
zsh-ae0bba2bfca67c49e7e31a44ca7b53c85bf020d5.tar.xz
zsh-ae0bba2bfca67c49e7e31a44ca7b53c85bf020d5.zip
16397: use nul instead of colon to avoid problems with _value: functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb603a5ed..259ce6d54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-01-03  Oliver Kiddle  <opk@zsh.org>
 
+	* 16397: Completion/Base/Widget/_complete_help: use nul as separator
+	instead of colon to avoid problems with _value:<param> functions
+
 	* 16396: Completion/Unix/Command/_chown: fix argument handling bugs
 
 2002-01-03  Clint Adams  <clint@zsh.org>