Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/1] Update gnu make completion for version 4.4
Shohei YOSHIDA wrote on Thu, Jan 19, 2023 at 10:57:24 +0900:
> +++ b/Completion/Unix/Command/_make
> @@ -165,6 +165,7 @@ _make() {
> then
> incl="(-|)include"
> option_specs=(
> + '(-b -m)'{-b,-m}'[ignored for compatibility]'
Should we add an «!» to this optspec, so these two options aren't shown
in the output?
> @@ -185,17 +187,18 @@ _make() {
> '(-p --print-data-base)'{-p,--print-data-base}'[print makes internal database]'
Preëxisting issue: we should add the missing apostrophe.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author