mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
31756: further make completion improvements.
ake care of mutually exclusive options. Add _description using $state_descr. Add completions for --debug=flag. Fix typo (pointed out by Daniel Shahaf).
This commit is contained in:
parent
4095e175b6
commit
c5d9abc6c8
2 changed files with 49 additions and 32 deletions
|
@ -1,5 +1,10 @@
|
||||||
2013-07-25 Peter Stephenson <p.stephenson@samsung.com>
|
2013-07-25 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* Jun T.: 31756: Completion/Unix/Command/_make: further make
|
||||||
|
completion improvements: tke care of mutually exclusive options;
|
||||||
|
add _description using $state_descr; add completions for
|
||||||
|
--debug=flag; fix typo (pointed out by Daniel Shahaf).
|
||||||
|
|
||||||
* 31574: Src/parse.c: alternative fix to 31545 if FD_CLOEXEC is
|
* 31574: Src/parse.c: alternative fix to 31545 if FD_CLOEXEC is
|
||||||
not available, removing dump records more consistently.
|
not available, removing dump records more consistently.
|
||||||
|
|
||||||
|
|
|
@ -148,7 +148,7 @@ _make-findBasedir () {
|
||||||