Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi-replace-chars broken after the "combining char" patch
- X-seq: zsh-workers 24830
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: vi-replace-chars broken after the "combining char" patch
- Date: Thu, 17 Apr 2008 17:20:04 +0100
- In-reply-to: <a06001000c42d1f180da5@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <a06001000c42d1f180da5@xxxxxxxxxxxxxxxxx>
"Jun T." wrote:
> vi-replace-chars, which is bound to "r" in the vicmd keymap,
> has stopped working after the "combining char" patch.
> I guess line 500 of zle_vi.c
> while (n > 0) {
> should be
> while (n-- > 0) {
Thanks, I've fixed it.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author