Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _pbm continuation line problems
- X-seq: zsh-workers 8287
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: _pbm continuation line problems
- Date: 15 Oct 1999 23:58:01 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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