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

Re: Bug in ZSH's vi emulation



On Oct 5, 10:09am, Ghjuvan' Lacambre wrote:
}
} 'd.' isn't a valid action as '.' is not a valid motion, yet 'd.' is
} recorded as the last action called. When using '.', 'd.' will
} recursively call itself

Confirmed.

Seems to be a problem with calling startvichange(1) before calling
getvirange(), so the input is captured as a change event whether it
succeeds or fails.  Unfortunately, I'm not familiar enough with the
vi emulation code to see how to back out of startvichange().



Messages sorted by: Reverse Date, Date, Thread, Author