Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unset "hash[key]" isn't matched with what "key" may be
- X-seq: zsh-workers 37983
- From: "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@xxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: unset "hash[key]" isn't matched with what "key" may be
- Date: Mon, 15 Feb 2016 16:26:27 +0300
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1455542788; bh=Baob5dh8fbphsCnwWrdBKBCDzdJB5nq0URNPI4cvYYE=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=iWaAt1pQ36cDKRGhMEmMUg5werDeaC0T8C+14d9ngMnVM4tXEjrnP5B33+vZ+7lEC uu9zNK22BzApcVFvXBrIOzf5Pz3DHeFDUR9Oy9t182TkwO1Egb2MMoj+xKfCpuwXey k0G7+iL7IeP8b/ZXCZvNZAaC6WCWr7e8KWj7jhys=
- In-reply-to: <CAKc7PVBNuWdyvKQjRS2Fk9PODmLtsFP5H=8jJ7PPhi=63BFf_Q@mail.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>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBXd-UGwM+_tRSwuw-WL154YaTys6-t3iuzfAsG-RC-YQ@mail.gmail.com> <160207133307.ZM31008@torch.brasslantern.com> <CAKc7PVBNuWdyvKQjRS2Fk9PODmLtsFP5H=8jJ7PPhi=63BFf_Q@mail.gmail.com>
15.02.2016, 10:49, "Sebastian Gniazdowski" <sgniazdowski@xxxxxxxxx>:
> On 7 February 2016 at 22:33, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>> [I see PWS has already responded while I was trying to work out what the
>> code is doing. Here's what I've written so far, maybe I can come up with
>> a patch in a bit longer.]
>>
>> On Feb 7, 3:16pm, Sebastian Gniazdowski wrote:
>> }
>> } I was testing following plugin:
>> }
>> } https://github.com/hchbaw/opp.zsh
>>
>> Which incidentally says (README.md) it is obsolete for zsh >= 5.0.8.
>
> Which is rather a public suicide than the truth. I didn't seen any
> functionality in Zsh >= 5.0.8 that would allow to jump between opening
> and closing parentheses with "%" key.
I have zsh-5.1.1 and it works with `bindkey -v`. This is vi-match-bracket widget that is bound to `%` in vicmd keymap.
>
> Best regards,
> Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author