diff options
Diffstat (limited to 'Completion/X/Command/_mplayer')
-rw-r--r-- | Completion/X/Command/_mplayer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer index 9aad7a0c1..d4918f5df 100644 --- a/Completion/X/Command/_mplayer +++ b/Completion/X/Command/_mplayer @@ -117,7 +117,7 @@ case "$state" in _requested files expl 'video file' _files -g \ "*.(#i)(avi|mp3|mpg|mpe|mpeg|m1v|mov|asf|vob|mjpg|wma|wmv|asx|qt|rm|mkv|mka|ogm|ogg)(-.)" && ret=0 if _requested urls; then - while _next_label urls expl url; do + while _next_label urls expl URL; do _urls "$expl[@]" && ret=0 compadd -S '' "$expl[@]" {dvd,vcd,cdda,cddb,tv}:// && ret=0 done |