Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _pbm continuation line problems



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



Messages sorted by: Reverse Date, Date, Thread, Author