Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1
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=
From: "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@yandex.ru>
To: Sebastian Gniazdowski <sgniazdowski@gmail.com>,
	Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
In-Reply-To: <CAKc7PVBNuWdyvKQjRS2Fk9PODmLtsFP5H=8jJ7PPhi=63BFf_Q@mail.gmail.com>
References: <CAKc7PVBXd-UGwM+_tRSwuw-WL154YaTys6-t3iuzfAsG-RC-YQ@mail.gmail.com>
	 <160207133307.ZM31008@torch.brasslantern.com> <CAKc7PVBNuWdyvKQjRS2Fk9PODmLtsFP5H=8jJ7PPhi=63BFf_Q@mail.gmail.com>
Subject: Re: unset "hash[key]" isn't matched with what "key" may be
MIME-Version: 1.0
Message-Id: <733121455542787@web18j.yandex.ru>
X-Mailer: Yamail [ http://yandex.ru ] 5.0
Date: Mon, 15 Feb 2016 16:26:27 +0300
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=koi8-r
X-Seq: zsh-workers 37983



15.02.2016, 10:49, "Sebastian Gniazdowski" <sgniazdowski@gmail.com>:
> On 7 February 2016 at 22:33, Bart Schaefer <schaefer@brasslantern.com> 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

