Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [patch] _man: Support directories with suffixes
- X-seq: zsh-workers 38519
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [patch] _man: Support directories with suffixes
- Date: Thu, 19 May 2016 21:14:26 +0000
- In-reply-to: <20160519050725.GD94229@CptOrmolo.darkstar>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160519050725.GD94229@CptOrmolo.darkstar>
Matthew Martin wrote on Thu, May 19, 2016 at 00:07:25 -0500:
> 896f43c broke completion for man 3p <tab> on OpenBSD because those man
> pages are in /usr/share/man/man3p.
>
> I couldn't figure out what was the purpose for using $~sect, so I just
> dropped the tilde.
>
Sorry about that. Dropping the tilde would be fine with me (I didn't
add it, I'm not sure what it's for, and my use-case works without it).
Tangentially related: I noticed that _man doesn't handle corrections —
e.g., «man 3 getwpnam<_correct_word>» has no matches, even though «man
3 getpwna<TAB>» completes «getpwnam» — but haven't investigated.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author