diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-18 16:02:50 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-18 16:02:50 +0000 |
commit | 6aa2261d52de6d3ecf2211aa5b3a465b3b1c7c45 (patch) | |
tree | 4059deaaafa0c7f7ca30f3b69022f76d4e815163 /ChangeLog | |
parent | a924eeba12abf572e28431ae5dc0134e09974b08 (diff) | |
download | zsh-6aa2261d52de6d3ecf2211aa5b3a465b3b1c7c45.tar.gz zsh-6aa2261d52de6d3ecf2211aa5b3a465b3b1c7c45.tar.xz zsh-6aa2261d52de6d3ecf2211aa5b3a465b3b1c7c45.zip |
Tilde-path completion tweak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4678afc79..768755269 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-18 Bart Schaefer <schaefer@zsh.org> + + * 14004 (plus typo fix per Sven 14009): Improve completion in the + tail of paths with a leading tilde-component, particularly with + respect to nameddirs. + 2001-04-17 Sven Wischnowsky <wischnow@zsh.org> * 13999: Src/Zle/computil.c: only use the exclusion lists of |