summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d049b6de..4678afc79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-04-17 Sven Wischnowsky <wischnow@zsh.org>
+ * 13999: Src/Zle/computil.c: only use the exclusion lists of
+ options that are not currently being completed, but keep
+ options from being completed more than once
+
* 13997: Completion/Zsh/Type/_directory_stack: remove
SUFFIX-handling, it's in _tilde and only needed there