Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: buggy paste highlight with backward-extend-paste
- X-seq: zsh-workers 37356
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: buggy paste highlight with backward-extend-paste
- Date: Tue, 8 Dec 2015 21:30:17 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yPsURxIzTBLmn2HY3t+fgfaExRbtvNuaNICJZl1XXbQ=; b=vzsMleu2NWmal4mgua/i85+VI8W4NbWABB/xqUXloqr5HA/VzSDPhtEp37H6S2n7Lr JR+TdVRMqaVYX4ur83/FgslGlcfCAZIEJApnIuk9ooGLpwqHsy1GpX/HMNQZT+CvlLOg 4mlev93SRlL2ByCcxIAtacHmKhzMm4loBdUkvDpI2q6ofKLQFLk1uGbORKeOl28OYU9u EtVvK8tdfNz8FkS0+rkRy/BTZPHdvCJUv6z1culUnQrJ3B7M3U1E2UFTfbnOFgU+Rx3R SmmJpNAVAAJ0Uba/cug1U1Qf3reGJfBRndLK7pEHwBRq+Hn7WKMrkodgTXC5YZzGuMf7 ilQQ==
- In-reply-to: <20151209021629.GA26831@zira.vinc17.org>
- 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: <20151209021629.GA26831@zira.vinc17.org>
On Tue, Dec 8, 2015 at 6:16 PM, Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
>
> zstyle :bracketed-paste-magic paste-init backward-extend-paste
>
> % echo foo
>
> with the cursor just after "foo", and paste "a", then the whole
> "fooa" gets highlighted instead of just "a".
That's intentional, not a bug. The paste was extended backward.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author