diff options
| author | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:46:52 +0100 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2013-08-29 10:46:52 +0100 |
| commit | 1a4730b8eecc8f0b098203d79b787799770da179 (patch) | |
| tree | aece652345281a67933149d7331f8b4c5fed8e94 | |
| parent | 31672: Add test that was failing and fix zpty set-up race (diff) | |
| download | zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.gz zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.bz2 zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.lz zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.xz zsh-1a4730b8eecc8f0b098203d79b787799770da179.tar.zst zsh-1a4730b8eecc8f0b098203d79b787799770da179.zip | |
based on 31641, 31642: completion for more make variants
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Completion/Unix/Command/_make | 2 |
2 files changed, 6 insertions, 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 diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 0c5371dad..7b4c22466 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -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. |
