1
0
Fork 0
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:
Bart Schaefer 2022-05-22 15:50:45 -07:00
parent a54d704579
commit 1e52cd968d
2 changed files with 34 additions and 18 deletions

View file

@ -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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -16,7 +16,7 @@