about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-05 12:12:45 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-05 12:12:45 +0000
commitbbbf07a3e7969edebdb654832056b2d27747a00e (patch)
tree3428546c2ebbfb1be0581ecd7ae646f944d45492 /ChangeLog
parentee553c9ec0e8ee3e0c4b8f05a43342ea7bcaa24e (diff)
downloadzsh-bbbf07a3e7969edebdb654832056b2d27747a00e.tar.gz
zsh-bbbf07a3e7969edebdb654832056b2d27747a00e.tar.xz
zsh-bbbf07a3e7969edebdb654832056b2d27747a00e.zip
complete only those single letter options with the right prefix character (13908)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69c6ea89f..90b22f47b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-04-05  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 13908: Completion/Base/Utility/_arguments: complete only
+	those single letter options with the right prefix character
+
 	* 13907: Src/params.c: fix for reverse subscripting of strings
 	as second part of subscript ($a[x,(r)..])