Add TODO about filename completion.
This commit is contained in:
parent
72f2b0cb1c
commit
529b3a99f9
@ -43,6 +43,7 @@ _yum()
|
||||
done
|
||||
|
||||
if [ -n "$special" ]; then
|
||||
# TODO: install|update|upgrade should not match *src.rpm
|
||||
if [[ "$cur" == */* && "$special" == @(deplist|install|update|upgrade) ]]; then
|
||||
_filedir rpm
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user