zsh-workers
 help / color / mirror / code / Atom feed
* oggenc tabcompletion itch
@ 2007-09-24 20:27 Mikael Magnusson
  2007-09-25 13:44 ` Oliver Kiddle
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Magnusson @ 2007-09-24 20:27 UTC (permalink / raw)
  To: zsh-workers

The options completion for oggenc wants options like -q 3 with a
space, but oggenc accepts -q3 without a space happily too. Being lazy
i usually type -q3 without the space, but then oggenc -q3 <tab>
completes {1..10} instead of filenames, which is my issue.
Is there any easy way to modify the _vorbis completion file to fix
this? (probably also applies to all the other options, though i use
them more rarely).
the line for -q in _vorbis looks like
      '(-q --quality)'{-q,--quality=}'[set encoding
quality]:quality:(0 1 2 3 4 5 6 7 8 9 10)' \
and is sent to _arguments -s

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-25 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-24 20:27 oggenc tabcompletion itch Mikael Magnusson
2007-09-25 13:44 ` Oliver Kiddle
2007-09-25 14:30   ` [patch] " Mikael Magnusson

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).