Add TODO about filename completion.

This commit is contained in:
Ville Skyttä 2009-04-01 23:27:55 +03:00
parent 72f2b0cb1c
commit 529b3a99f9

View File

@ -43,6 +43,7 @@ _yum()
done done
if [ -n "$special" ]; then if [ -n "$special" ]; then
# TODO: install|update|upgrade should not match *src.rpm
if [[ "$cur" == */* && "$special" == @(deplist|install|update|upgrade) ]]; then if [[ "$cur" == */* && "$special" == @(deplist|install|update|upgrade) ]]; then
_filedir rpm _filedir rpm
return 0 return 0