about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-28 09:50:36 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-28 09:50:36 +0000
commit975b4c58d3c88818b6ee8fb31cd45b72d55176ce (patch)
tree4e8d60bf6c48981031474d59431ade24815c7ce2 /ChangeLog
parente48f71e2165072a813aa91c11b61dae69afc8c3c (diff)
downloadzsh-975b4c58d3c88818b6ee8fb31cd45b72d55176ce.tar.gz
zsh-975b4c58d3c88818b6ee8fb31cd45b72d55176ce.tar.xz
zsh-975b4c58d3c88818b6ee8fb31cd45b72d55176ce.zip
don't add options as completions if a `->state' action was used and we are directly after the option (in the same word) (13809)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92f25d642..3a72167fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-28  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 13809: Completion/Base/_arguments: don't add options as
+	completions if a `->state' action was used and we are
+	directly after the option (in the same word)
+
 2001-03-27  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 13790: Completion/Base/_arguments, Completion/X/_x_arguments,