zsh-workers
 help / color / mirror / code / Atom feed
From: Jun T <takimoto-j@kba.biglobe.ne.jp>
To: zsh-workers@zsh.org
Subject: Re: [PATCH] Fix completion error about 'm' option of 'install' command
Date: Thu, 19 Jul 2018 14:43:45 +0900	[thread overview]
Message-ID: <619FD18D-D26E-4A4F-9FF2-7E25191220A9@kba.biglobe.ne.jp> (raw)
In-Reply-To: <1531976574.3011997.1445689656.71DD235C@webmail.messagingengine.com>


> 2018/07/19 14:02、Daniel Shahaf <d.s@daniel.shahaf.name>のメール:
> 
> This is a regression from 42214,


_flags is also renamed to _file_flags. 


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+=(
     ${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 == dragonfly* ]] && args+=(
     '!-D+[no effect (compatibility with NetBSD)]: :_directories'



  reply	other threads:[~2018-07-19  6:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-19  4:08 Yasuhiro KIMURA
2018-07-19  5:02 ` Daniel Shahaf
2018-07-19  5:43   ` Jun T [this message]
2018-07-19  7:40   ` dana
2018-07-19  8:00   ` Bart Schaefer

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=619FD18D-D26E-4A4F-9FF2-7E25191220A9@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=zsh-workers@zsh.org \
    /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).