Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Complete with *part* not part*
- X-seq: zsh-users 21274
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Complete with *part* not part*
- Date: Fri, 12 Feb 2016 17:11:58 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=P2lEju79vE7kazws+qPOS/y7ZSB43K3MZJPgtBF+AwU=; b=qkelWLQefNtRA3KTMC5jiNMiJK+LJB1yzIyn9pQrsEuD4VFsU2Wz5vUuKDVepRcjoE rDNiiNZ9oJjH3wWdZnSvk51lMrrKMdfEWtTv7Vu/gG7R17w37/qKXwuKHYC4tj++IYDr RoVE5gMER36sfVXwouWy2mB8j3fPshOYmxqSRXNGOSVpEsdXy0h8ZoY8OOIoSJPZULVs /5kr7UimHlkBoJanlPRzUSEZeDsxsILKxJaHZ4jYrwhoz+xVBnue4GLak+LvWJt4zeOV H6V8Ekt1MT7kBUVQnhYGBnjgVSGizoOKSukeehRLgHbjdXqDxHAD9ODTCJ8dfKr4w+kw 1w9Q==
- In-reply-to: <160212080127.ZM14265@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCbo2jTacSQC9VZHATgH+qoWYSgTvFyHA1p-7Uz+fj7SA@mail.gmail.com> <CAHYJk3T-_iLDF9FJ6ypRzKBe=-KeAySkA53FbXUT53yaobYAww@mail.gmail.com> <160212080127.ZM14265@torch.brasslantern.com>
On 12 February 2016 at 17:01, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Which you do like this:
>
> zstyle ':completion:*' matcher-list 'r:|=** l:|=*'
>
This works.
Want to have this only for "zplugin" and only for its sub-command.
Tried various combinations and none work. Already have working:
zstyle ':completion:*:zplugin:*:argument-rest' list-colors
'=(#b)(*)/(*)==1;35=1;33'
But doing the same or trying more "::" or ":*:" doesn't yield correct
behavior. Ctrl-x h is:
% zplugin load <^x h>
tags in context :completion::complete:zplugin::
argument-rest (_arguments _zplugin)
I'm using "_arguments" not "_arguments -C".
Anyway thanks, there for sure is some correct "::" ":*:" sequence for
this to work...
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author