diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-17 09:52:32 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-17 09:52:32 +0000 |
commit | a924eeba12abf572e28431ae5dc0134e09974b08 (patch) | |
tree | b46664db88f575564072bf199a1e93be51f3bd63 /ChangeLog | |
parent | 6618fa77c819df7a851eac9781151ef05c84c9d3 (diff) | |
download | zsh-a924eeba12abf572e28431ae5dc0134e09974b08.tar.gz zsh-a924eeba12abf572e28431ae5dc0134e09974b08.tar.xz zsh-a924eeba12abf572e28431ae5dc0134e09974b08.zip |
only use the exclusion lists of options that are not currently being completed, but keep options from being completed more than once (13999)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
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 |