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,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=xX5KhWhNLgotDblz5o9X8X7ydsDC0m0ZpTq/5ONEdg4=;
        b=v9+2gCpclen9oZj+5CmsNJXbD4g1AOXER7TX5BvBnvQ2XgjRf1J0543eJslrZDND+q
         NyR1K03+g/4Ch2DScwOYVfnYGu7skwMdhbrdMXejthW9Pio2h+i/7wnR81g0GtwLpU2t
         KVYOTbkyDB8jhNnoFzZspfkYdeWoBG1O9EsjB4V3UgxFu+XKlMZ4Uc0M2FWfiq4hMMDg
         WugT6Au56TVNGjUD5M+UXo7f2k4pGz2NeT2LBQtJSv3teppDkXTsTT6LQaj0/RvZDcxJ
         VI59Z6sv4/4ywkzOFaQEI3yM0mbcNzfsdLciHsiS+qYJYlrU+UnL3ABwPVjb2i7VOEfs
         Ybzg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=xX5KhWhNLgotDblz5o9X8X7ydsDC0m0ZpTq/5ONEdg4=;
        b=Xn5qQKu1U+CsfRvZ8nV39uA22JUBgp6qorpRi/jCrAnMxL7QnAN/Rf6EocEzthZC4u
         lpT6s3izcx2bP+9kXm457d3YGsb/YzoGo5UacgQw6FDXb4Z2bcau9VkxvVWHvhQ7qXrU
         VqG2ilc56Dzcui+5ticd3aSMCl6bhpvaPLeAxz2q2VuZ/TVHDeVciq5zqO94MzEI8Yk9
         t+pKLWuuI4NgMn3J4i7efUD7j5C2ZBmx6HKTbWWKgB6d5xiZ0pyfltJDM8SB763JkOf6
         g0w72MPq2L2D96Kzedi0ETybXci8JRiVfjOw5oOPyMa836UuKg20wlnRak3aIdS/P7Fk
         SKqQ==
X-Gm-Message-State: ALyK8tIjMV/nZX3x7fW15VcfKrsBW019K7lcFGwysWcOl4ZN3sXdTD53560p5JjUOk9eFA==
X-Received: by 10.66.248.169 with SMTP id yn9mr35451453pac.13.1466616534008;
        Wed, 22 Jun 2016 10:28:54 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160622102929.ZM12262@torch.brasslantern.com>
Date: Wed, 22 Jun 2016 10:29:29 -0700
In-Reply-To: <25350.1466608182@thecus.kiddle.eu>
Comments: In reply to Oliver Kiddle <okiddle@yahoo.co.uk>
        "Re: [vi-mode] widgets for case manipulation: `gU` and `U` in visual mode" (Jun 22,  5:09pm)
References: <CAEwkUWMnBO7_6EOo5y5b1eMAZB6uXkgXsh51OqtuEbbUQQPRyQ@mail.gmail.com> 
	<21997.1466550647@thecus.kiddle.eu> 
	<160621234233.ZM10369@torch.brasslantern.com> 
	<CAEwkUWM0O2Wzh1rYPUK4HU3P5MxZHJnA-5NT+Mow_3oMQbtwag@mail.gmail.com> 
	<CAEwkUWNw=oYJs7NV7c8ZTQp+j6CHrtUsDEcMaH+vVVWpdEof_w@mail.gmail.com> 
	<25350.1466608182@thecus.kiddle.eu>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: [vi-mode] widgets for case manipulation: `gU` and `U` in visual mode
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38748

[>workers]

On Jun 22,  5:09pm, Oliver Kiddle wrote:
}
} > On Wed, Jun 22, 2016 at 10:19 AM, Filipe Silva <filipe.silva@gmail.com>
} > wrote:
} > > I've fixed the bug including the following condition:
} 
} Thanks for that!

I think the "surround" widget and/or select-{bracketed.quoted} have the
same problem:

- follow recommended instructions to load "surround" and to bindkey ys
- enter abcde on the command line
- hit ESC h h to move to the "c"
- type y s b (
- end up with c(ab)de on the line, expected (ab)cde

