Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
vi-replace-chars broken after the "combining char" patch
- X-seq: zsh-workers 24829
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: vi-replace-chars broken after the "combining char" patch
- Date: Fri, 18 Apr 2008 01:11:53 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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) {
Messages sorted by:
Reverse Date,
Date,
Thread,
Author