On Mon, Apr 07, 2008 at 04:27:33PM +0200, Dr. Markus Waldeck wrote:
> I patched /usr/share/zsh/functions/Completion/Unix/_vorbis.

Index: Completion/Unix/Command/_vorbis
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_vorbis,v
retrieving revision 1.6
diff -u -r1.6 _vorbis
--- Completion/Unix/Command/_vorbis     25 Sep 2007 14:44:10 -0000      1.6
+++ Completion/Unix/Command/_vorbis     7 Apr 2008 20:28:13 -0000
@@ -55,7 +55,7 @@
       '(-@ --list)'[EMAIL PROTECTED],--list}'[play all of the files from a 
playlist]:playlist:_files' \
       '--audio-buffer=[size of output audio buffer]:kilobytes' \
       \*{-o,--device-option=}'[assign device option values]:device 
option:->devopts' \
-      '*:sound file or directory:_files -g "(#i)*.(ogg|flac)"' && ret=0
+      '*:sound file or directory:_files -g "(#i)*.(ogg|flac|spx)"' && ret=0
   ;;
   ogginfo)
     _arguments \



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to