From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13811 invoked by alias); 19 Jul 2018 06:49:34 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43189 Received: (qmail 649 invoked by uid 1010); 19 Jul 2018 06:49:34 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-mqugw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(133.208.100.3):SA:0(-2.6/5.0):. Processed in 1.809706 secs); 19 Jul 2018 06:49:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Biglobe-Sender: From: Jun T Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] Fix completion error about 'm' option of 'install' command Date: Thu, 19 Jul 2018 14:43:45 +0900 References: <20180719.130817.1715259769047885105.yasu@utahime.org> <1531976574.3011997.1445689656.71DD235C@webmail.messagingengine.com> To: zsh-workers@zsh.org In-Reply-To: <1531976574.3011997.1445689656.71DD235C@webmail.messagingengine.com> Message-Id: <619FD18D-D26E-4A4F-9FF2-7E25191220A9@kba.biglobe.ne.jp> X-Mailer: Apple Mail (2.3273) X-Biglobe-Spnum: 50436 > 2018/07/19 14:02=E3=80=81Daniel Shahaf = =E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB: >=20 > This is a regression from 42214, _flags is also renamed to _file_flags.=20 diff --git a/Completion/Unix/Command/_install = b/Completion/Unix/Command/_install index 4feb34ebf..80a1b0c00 100644 --- a/Completion/Unix/Command/_install +++ b/Completion/Unix/Command/_install @@ -41,7 +41,7 @@ else args+=3D( ${common_args##((#s)|*\))(\*|)--*} '-B+[specify backup suffix for -b]:backup suffix' - '-f+[specify destination file flags]: :_flags' + '-f+[specify destination file flags]: :_file_flags' ) [[ $OSTYPE =3D=3D dragonfly* ]] && args+=3D( '!-D+[no effect (compatibility with NetBSD)]: :_directories'