zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _pbm continuation line problems
@ 1999-10-15 14:58 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 1999-10-15 14:58 UTC (permalink / raw)
  To: zsh-workers

I found some continuaiton line problems in _pbm.

Index: Completion/User/_pbm
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_pbm,v
retrieving revision 1.1.1.8
diff -u -F^( -r1.1.1.8 _pbm
--- Completion/User/_pbm	1999/09/13 14:02:43	1.1.1.8
+++ Completion/User/_pbm	1999/10/15 14:56:24
@@ -36,13 +36,13 @@
 
 fitstopgm)
   _arguments \
-    '-image[specify image number]:image number:' 
+    '-image[specify image number]:image number:' \
     ':file: _pbm'
   ;;
 
 fitstopnm)
   _arguments \
-    '-image[specify image number]:image number:' 
+    '-image[specify image number]:image number:' \
     '-noraw[produce ASCII pnm file]' \
     '(-min -max)-scanmax[force scanning data for minimum and maximum]' \
     '-printmax[only print minimum and maximum values]' \
@@ -62,7 +62,7 @@
 giftopnm)
   _arguments \
     '-verbose[verbose mode]' \
-    '-comments[only print comment fields]'
+    '-comments[only print comment fields]' \
     '-image[specify image number]:image number:' \
     ':file: _pbm'
   ;;
@@ -728,8 +728,8 @@
     '-headerskip:header bytes to skip:' \
     '-rowskip:row padding to skip:' \
     '(-rgb -rbg -grb -gbr -brg -bgr)'-{rgb,rbg,grb,gbr,brg,bgr} \
-    '(-interrow)-interpixel' \        
-    '(-interpixel)-interrow' \        
+    '(-interrow)-interpixel' \
+    '(-interpixel)-interrow' \
     ':width:' ':height:' ':grayscale bytes:'
   ;;
 
-- 
Tanaka Akira


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

only message in thread, other threads:[~1999-10-15 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-15 14:58 PATCH: _pbm continuation line problems 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).