Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Completion bug with mplayer -ss parameter.



mplayer -ss _arguments:448: command not found: mm

Is the output when trying to use it, this is due to improper escaping
in _mplayer completion file

Diff with appropiate escaping, please note that : is now escaped.

-  '-ss[seek to given time position]:position (hh:mm\[:ss\])' \
+  '-ss[seek to given time position]:position (hh\:mm\[\:ss\])' \



Messages sorted by: Reverse Date, Date, Thread, Author