Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion match ordering
- X-seq: zsh-workers 44702
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Daniel Hahler <genml+zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: completion match ordering
- Date: Fri, 23 Aug 2019 21:05:52 +0200
- Authentication-results: amavisd4.gkg.net (amavisd-new); dkim=pass (2048-bit key) header.d=yahoo.co.uk
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1566587157; bh=8l39JLWyE6wvAZPsbnZQXxsLPEe0QyFtKGTdjGB1O2M=; h=From:References:To:Subject:Date:From:Subject; b=dq5QW30HXTAxVcn4IS4qVut1qou5nhnvypTQaCiUWHYk7Ece/NsHcGXuxfC8Czl1cq248rG/uOzOnJ7efYsIqnGEkSos0NS/Rwh6+t4w9aHL0BKxlPTjO069kycbOWZxmGgPSAXE/8L33pQsjKtkHoq+7u4oLgbZoo9I3FssYRAeWwKvqIPivCUUafpHrSd/48eLSiwQ0brSq6jrRWIUCJQ+XPiJzrfOa48myUgVNgncry5Oozoz2nN0pnyESf1n1gmxItLQfbhEa2NNN1RVRBiFUhV4d9uL/GCSJnxPaA0ynDrPU7eV+wRVxt/n2GhewSJYjwvGDTodT2IX0TDb3A==
- In-reply-to: <ba7f9b90-9f9a-873d-f6a1-02b283d99191@gmail.com>
- 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: <75B26F45-E6E6-44BB-80A4-7301CBE480FE@dana.is> <88812-1541586959.338018@YaNA.ZOZt.NKaA> <76839-1543195550.251964@c6AU.RX4q.p78d> <93343-1557177371.866119@fZLB.yW79.IWgX> <ba7f9b90-9f9a-873d-f6a1-02b283d99191@gmail.com>
Daniel Hahler wrote:
> unfortunately this patch (Git commit cd6fd2b0a) breaks completion for
> "git commit --fixup" for me, which then looks like this:
> ..
> I hope you can reproduce this, otherwise I'd have to investigate.
I'm afraid I can't reproduce it.
Output from _complete_debug might help. Do other uses of _describe or,
more expecially _describe -V have problems? Are you certain you're using
functions matching the code and not, e.g using a new _git with an older
zsh. Perhaps try tweaking __git_recent_commits: remove the _wanted
calls, remove the -V, dump the descr array somewhere with typeset -p.
And then try completing the same array from a minimal function.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author