about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-04 12:56:40 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-04 12:56:40 +0000
commitb73476952312aa4e91432e6574665e953fef5c76 (patch)
tree2cfdc12cda6cc7d6aeadaed8ee501636b212383e /ChangeLog
parent8488dcb806f8aaa3009691bcd43f0ac7c787c1ad (diff)
downloadzsh-b73476952312aa4e91432e6574665e953fef5c76.tar.gz
zsh-b73476952312aa4e91432e6574665e953fef5c76.tar.xz
zsh-b73476952312aa4e91432e6574665e953fef5c76.zip
fix for comparguments: completion of options after option with
rest-arguments was wrong
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecb608ea4..8503d7f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-04-03  Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
 
+	* 10465: Src/Zle/computil.c: fix for completion of options
+	after option with rest-arguments
+
 	* 10463: Src/builtin.c, Src/params.c, Src/zsh.h: PM_HASHELEM
 	flag to keep association elements from being exported with
 	ALL_EXPORT set