Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Completion: Improve _man (2)



dana wrote on Mon, Jun 11, 2018 at 05:48:33 -0500:
> +++ b/Completion/Unix/Command/_man
> @@ -232,7 +232,7 @@ _man() {
> -    dirs=( $^_manpath/(sman|man|cat)${^sects}/ )
> +    dirs=( $^_manpath/(sman|man|cat)${^sects}(|.*)/ )

On Debian, «man 3per utf8» displays the man page utf8(3perl), which this change
breaks.

Sorry for the late response (didn't have time until now).



Messages sorted by: Reverse Date, Date, Thread, Author