zsh-workers
 help / color / mirror / code / Atom feed
* Completion bug with mplayer -ss parameter.
@ 2010-02-20 23:22 Jonathan Beckman
  0 siblings, 0 replies; only message in thread
From: Jonathan Beckman @ 2010-02-20 23:22 UTC (permalink / raw)
  To: zsh-workers

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\])' \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-20 23:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-20 23:22 Completion bug with mplayer -ss parameter Jonathan Beckman

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).