about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-08 10:37:58 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-08 10:37:58 +0000
commitcfcb3202ef71040a7019609da6cb21de57f16ad6 (patch)
tree09f31917a9a2f1407b615f96f9691b707b579b97 /ChangeLog
parent9ae8f0fe090abfbcf29867f1edec506076ab4353 (diff)
downloadzsh-cfcb3202ef71040a7019609da6cb21de57f16ad6.tar.gz
zsh-cfcb3202ef71040a7019609da6cb21de57f16ad6.tar.xz
zsh-cfcb3202ef71040a7019609da6cb21de57f16ad6.zip
more problems with optional arguments in _arguments (11253)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7d11b19e..20c62f146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-08  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 11253: Completion/Base/_arguments, Src/Zle/computil.c: more
+ 	problems with optional arguments in _arguments
+	
 	* 11248: Src/Zle/compmatch.c: better cursor positioning in words
  	with multiple ambiguous word parts