Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: vi-replace-chars broken after the "combining char" patch



"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