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

Re: PATCH: _make



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