Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _make example completion
- X-seq: zsh-workers 5958
- From: Bruce Stephens <B.Stephens@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: _make example completion
- Date: 26 Mar 1999 11:55:58 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Sender: B.Stephens@xxxxxxxxx
*** Completion/User/_make.old Fri Mar 26 11:53:34 1999
--- Completion/User/_make Fri Mar 26 11:53:43 1999
***************
*** 1,3 ****
#defcomp make gmake pmake
! compgen -s "\$(awk '/^[a-zA-Z0-9][^/ ]+:/ {print \$1}' FS=: [mM]akefile)"
--- 1,3 ----
#defcomp make gmake pmake
! compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile)"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author