about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-01 11:20:59 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-01 11:20:59 +0000
commit81fc1bf26c99ca62532051559ea3f68141abc026 (patch)
tree2d0d475306940060cb4c1cb23d7e79ce07b1c5b0 /ChangeLog
parentd109322359dc02e5008379da478628e2cace65e7 (diff)
downloadzsh-81fc1bf26c99ca62532051559ea3f68141abc026.tar.gz
zsh-81fc1bf26c99ca62532051559ea3f68141abc026.tar.xz
zsh-81fc1bf26c99ca62532051559ea3f68141abc026.zip
fix for automatically recognised options, don't expect an argument after each of them (12462)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dc98dd66..531b64436 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-01  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 12462: Completion/Base/_arguments: fix for automatically
+ 	recognised options, don't expect an argument after each of them
+	
 	* 12453: Completion/Bsd/_bsd_pkg, Completion/Bsd/_kld,
  	Completion/Commands/_next_tags, Completion/User/_cvs,
  	Completion/User/_mailboxes, Completion/X/_xset,