mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
50278: use man -w
in preference to manpath
; fix caching and precedence of -M
This commit is contained in:
parent
a54d704579
commit
1e52cd968d
2 changed files with 34 additions and 18 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2022-05-22 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 50278: Completion/Unix/Command/_man: use `man -w` in preference
|
||||||
|
to `manpath` for portability; fix caching and precedence of -M
|
||||||
|
|
||||||
2022-05-20 Arvid Norlander <VorpalBlade@users.noreply.github.com>
|
2022-05-20 Arvid Norlander <VorpalBlade@users.noreply.github.com>
|
||||||
|
|
||||||
* github #91: Completion/Unix/Command/_find: _find
|
* github #91: Completion/Unix/Command/_find: _find
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||