mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
based on 31641, 31642: completion for more make variants
This commit is contained in:
parent
b0a0441902
commit
1a4730b8ee
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-08-29 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* based on 31641, 31642: Completion/Unix/Command/_make: support
|
||||
a couple of different variants of make.
|
||||
|
||||
2013-08-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 31672: Src/Modules/zpty.c, Test/V08zpty.ztst: add test that
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef make gmake pmake dmake
|
||||
#compdef make gmake pmake dmake freebsd-make bmake
|
||||
|
||||
# TODO: Based on targets given on the command line, show only variables that
|
||||
# are used in those targets and their dependencies.
|
||||
|
|
Loading…
Reference in a new issue