diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-01-14 15:37:43 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-01-18 02:40:02 +0000 |
commit | 896f43c72bcfd3f1e2240f54609868634a3c4e45 (patch) | |
tree | 82ba8cd93a9e8e176d75355a2fc06242d7d92016 /ChangeLog | |
parent | 35b8e8794f00987b4b9380f5f20f6ca6ec64b7c3 (diff) | |
download | zsh-896f43c72bcfd3f1e2240f54609868634a3c4e45.tar.gz zsh-896f43c72bcfd3f1e2240f54609868634a3c4e45.tar.xz zsh-896f43c72bcfd3f1e2240f54609868634a3c4e45.zip |
37634: _man: Support subsection names such as '3p'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72acb9123..d64e2c121 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-01-18 Daniel Shahaf <d.s@daniel.shahaf.name> + * 37634: Completion/Unix/Command/_man: _man: Support subsection + names such as '3p'. + * 37634: Completion/Unix/Command/_man: _man: Disentangle a local variable that had two distinct semantics. No functional change |