zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _xv to complete *.(jpg|png)
@ 1999-09-02  5:21 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 1999-09-02  5:21 UTC (permalink / raw)
  To: zsh-workers

I think _xv should complete files named *.(jpg|png).
Although xv-3.10a does not support PNG, there is the patch.

Index: Completion/X/_xv
===================================================================
RCS file: /projects/zsh/zsh/Completion/X/_xv,v
retrieving revision 1.1.1.3
diff -u -F^( -r1.1.1.3 _xv
--- _xv	1999/08/31 10:17:15	1.1.1.3
+++ _xv	1999/09/02 05:16:50
@@ -42,4 +42,4 @@
   '-gsres:ghostscript resolution:' \
   '-gsgeom:ghostscript page size:' \
   '-DEBUG:debug level:' \
-  '*:picture file:_files -g \*.\(\#i\)\(gif\|jpeg\|tiff\|pbm\|pgm\|ppm\|xbm\|xpm\|ras\(\|t\)\|tga\|rle\|rgb\|bmp\|pcx\|fits\|pm\)'
+  '*:picture file:_files -g \*.\(\#i\)\(png\|gif\|jpeg\|jpg\|tiff\|pbm\|pgm\|ppm\|xbm\|xpm\|ras\(\|t\)\|tga\|rle\|rgb\|bmp\|pcx\|fits\|pm\)'
-- 
Tanaka Akira


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

only message in thread, other threads:[~1999-09-02  5:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-02  5:21 PATCH: _xv to complete *.(jpg|png) Tanaka Akira

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