Fix typo in .ass subtitles completion for mplayer (Debian Closes: #531337)
This commit is contained in:
parent
508a88e6c0
commit
a35edc7949
1
CHANGES
1
CHANGES
@ -8,6 +8,7 @@ bash-completion (1.x)
|
|||||||
* Fix svk completion using $filenames instead of $default (Debian: #524961)
|
* Fix svk completion using $filenames instead of $default (Debian: #524961)
|
||||||
* Really add build-dep to aptitude's completion (Debian: #495883)
|
* Really add build-dep to aptitude's completion (Debian: #495883)
|
||||||
* Fix checks for GNUish userland, thanks to Robert Millan (Debian: #529510)
|
* Fix checks for GNUish userland, thanks to Robert Millan (Debian: #529510)
|
||||||
|
* Fix typo in .ass subtitles completion for mplayer (Debian: #531337)
|
||||||
|
|
||||||
[ Ville Skyttä ]
|
[ Ville Skyttä ]
|
||||||
* Split yum and yum-arch completion into contrib/yum.
|
* Split yum and yum-arch completion into contrib/yum.
|
||||||
|
@ -39,7 +39,7 @@ _mplayer()
|
|||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-sub)
|
-sub)
|
||||||
_filedir '@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|aas|AAS)'
|
_filedir '@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|ass|ASS)'
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-vobsub)
|
-vobsub)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user