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

PATCH: _make example completion



*** 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