zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _pbm continuation line problems
Date: 15 Oct 1999 23:58:01 +0900	[thread overview]
Message-ID: <rsqoge0r7ra.fsf@crane.jaist.ac.jp> (raw)

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


                 reply	other threads:[~1999-10-15 14:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rsqoge0r7ra.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).