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

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



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