diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-18 17:18:37 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-04-18 17:18:37 +0000 |
commit | 7b82c59185fd8ca64394cc74fc7dbb3e82fde84f (patch) | |
tree | 772213f4b960874afac742c5f6fdd0c7400d8f3c /ChangeLog | |
parent | 101d298859c12ab10a2a0714e846fb1aff15f3a2 (diff) | |
download | zsh-7b82c59185fd8ca64394cc74fc7dbb3e82fde84f.tar.gz zsh-7b82c59185fd8ca64394cc74fc7dbb3e82fde84f.tar.xz zsh-7b82c59185fd8ca64394cc74fc7dbb3e82fde84f.zip |
fix buy where 0 was not returned when adding a named directory as a match
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b929912ea..adce11f35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-04-18 Oliver Kiddle <opk@zsh.org> + * unposted: Completion/Zsh/Context/_tilde: fix bug where 0 was + not returned when adding a named directory as a match + * users/6013: GoTaR <gotar@poczta.onet.pl>: Completion/Unix/Type/_ps, Completion/Unix/Type/_pdf, Completion/X/Command/_gqview: new gqview completion and complete .ps/.pdf files for more commands |