> Rather straightforward, just fixing the bash completion for the > autoremove command. Hi, looks fine. > @@ -228,11 +233,6 @@ _yum() > return 0 > ;; > > - erase|remove) > - _yum_atgroups "$cur" || _yum_list installed "$cur" > - return 0 > - ;; > - Was there a reason to move this up?