diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-04 15:54:24 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-05 12:37:29 +0000 |
commit | 71f1653020563696b162753539137e355f585c4d (patch) | |
tree | a26ac936aa5ee9df8bca9eb465269b1776decd4f /ChangeLog | |
parent | a5a9fc7a5fc50db278f7d17eb8d2ae78f3edc768 (diff) | |
download | zsh-71f1653020563696b162753539137e355f585c4d.tar.gz zsh-71f1653020563696b162753539137e355f585c4d.tar.xz zsh-71f1653020563696b162753539137e355f585c4d.zip |
38994: _man: Fix two bugs when completing manpage filenames in separate-sections mode.
- No longer glob all files (the (-g)-less _path_files was virtually always called, by at least one of the multiple calls to _man_pages). - Actually separate sections (by propagating $expl).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87a462ef6..82178dfdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-08-05 Daniel Shahaf <d.s@daniel.shahaf.name> + * 38994: Completion/Unix/Command/_man: Fix two bugs when + completing manpage filenames in separate-sections mode. + * 38993: Completion/Unix/Command/_man: Drop (b): it's incorrect when $sect contains '|'. |