Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _make
- X-seq: zsh-workers 6105
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _make
- Date: 26 Apr 1999 03:44:15 +0900
- In-reply-to: Tanaka Akira's message of "24 Apr 1999 00:34:35 +0900"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <rsq90bjpcz8.fsf@xxxxxxxxxxxxxxxxx>
In article <rsq90bjpcz8.fsf@xxxxxxxxxxxxxxxxx>,
Tanaka Akira <akr@xxxxxxxxxxx> writes:
> +compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)"
Hmm, I think that second character list should contain space and tab
instead of nine spaces.
*** Completion/User/_make- Mon Apr 26 03:37:38 1999
--- Completion/User/_make Mon Apr 26 03:38:13 1999
***************
*** 1,3 ****
#compdef make gmake pmake
! compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)"
--- 1,3 ----
#compdef make gmake pmake
! compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)"
--
[Tanaka Akira]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author