Add make --old/new-file, --assume-old/new, --what-if value completions.
This commit is contained in:
parent
10f2c7bea5
commit
fcce6cc263
1
CHANGES
1
CHANGES
@ -40,6 +40,7 @@ bash-completion (1.x)
|
|||||||
* Add chgrp --reference value completion.
|
* Add chgrp --reference value completion.
|
||||||
* Do not assume all --foo= options take filenames in generic long option
|
* Do not assume all --foo= options take filenames in generic long option
|
||||||
completion, assume only that --*file*= does, and that --*dir*= takes dirs.
|
completion, assume only that --*file*= does, and that --*dir*= takes dirs.
|
||||||
|
* Add make --old/new-file, --assume-old/new, --what-if value completions.
|
||||||
|
|
||||||
[ Todd Zullinger ]
|
[ Todd Zullinger ]
|
||||||
* Make yum complete on filenames after install, deplist, update and upgrade
|
* Make yum complete on filenames after install, deplist, update and upgrade
|
||||||
|
@ -2975,7 +2975,7 @@ _make()
|
|||||||
_split_longopt && split=true
|
_split_longopt && split=true
|
||||||
|
|
||||||
case $prev in
|
case $prev in
|
||||||
-@(f|o|W|-?(make)file))
|
-@(f|o|W|-@(?(make|old-|new-)file|assume-@(old|new)|what-if)))
|
||||||
_filedir
|
_filedir
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user