diff options
| author | Barton E. Schaefer <schaefer@zsh.org> | 2015-07-22 13:03:02 -0700 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-07-22 13:03:02 -0700 |
| commit | 30dd372bcb854dd4d1374d5fd3f7c4604ade0861 (patch) | |
| tree | 8a93b53b9c65ea96ca67bc4672c613cc43e06c96 /ChangeLog | |
| parent | fix another test for 35581 (diff) | |
| download | zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.tar zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.tar.gz zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.tar.bz2 zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.tar.lz zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.tar.xz zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.tar.zst zsh-30dd372bcb854dd4d1374d5fd3f7c4604ade0861.zip | |
users/20324: add (D) flag for tilde-fied completion listing
Also move some more recent code so an old comment is connected to the
correct bit of older code
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-07-22 Barton E. Schaefer <schaefer@zsh.org> + * unposted: Completion/Zsh/Type/_directory_stack: move some more + recent code so an old comment is connected to the correct bit of + older code + + * users/20324: Completion/Zsh/Type/_directory_stack: add (D) flag + for tilde-fied completion listing + * 35826: Src/Modules/newuser.c, Src/Modules/zftp.c, Src/Zle/complist.c, Src/Zle/zle_misc.c, Src/init.c, Src/params.c, Src/utils.c, Src/watch.c: add getsparam_u() to return unmetafied |
