Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] new completion for otool command (macOS)
- X-seq: zsh-workers 42192
- From: dana <dana@xxxxxxx>
- To: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] new completion for otool command (macOS)
- Date: Sat, 30 Dec 2017 21:38:19 -0600
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=VyS3O2rfzypv+ywTX+AfvPckyl5xgoFtP2AZSDceMVQ=; b=L8SvOlTlgFSLVWB1RpsVhZ6Js7PVeRHcP4L3dRi9HnK5pS2uB5rKn2qRDqyQEv8eEM GE/RR27CvA5JrJI/hfWZRq2C+JFviMVkasoRxpA6ghdsdWBVeXQmlivLVbWkajByZWaa wwMj1Y51uXVAz1twQ35X0o9j8T10bfxGXd4Ph90dUb+gCbeWd9O5REqR2Lynxzp2SZVK lEiATlY5AnXwZqNU2EkKRRP1sG3jHi7oRcoMG+MyhWOYG/V2prATb5xWi75QoSYe7hgx eilPC/oWkpGORAW8CkT7H7JYhm2oaBDDT6BQVL2Mt61khBxByKioz9RjPJtb4b5Ak9P+ DpEw==
- In-reply-to: <B6A3E1D5-BBFC-46BD-A87A-81B9FED28E96@kba.biglobe.ne.jp>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <B6A3E1D5-BBFC-46BD-A87A-81B9FED28E96@kba.biglobe.ne.jp>
On 30 Dec 2017, at 20:57, Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>diff --git a/Completion/Darwin/Command/_otool b/Completion/Darwin/Command/_otool
Oh, i've actually been sitting on ~40 completion functions, many of them for
macOS, and this was one of them. I didn't want to flood the ML over the holidays
though. Oh well. :/
On 30 Dec 2017, at 20:57, Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>+ '*:file:_object_files' && return 0
btw, _object_files doesn't include the macOS shared-library extension .dylib.
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author