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

Bug in ZSH's vi emulation



Hi.

There is a bug in zsh's vi emulation. Here are the steps to reproduce:

zsh -f
bindkey -v
<ESC>
d..

'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, locking the command line and eating from 50 to
100% of available cpu resources. Other actions that depend on a motion
(such as 'c' or 'y') also suffer from this problem.

--
Ghjuvan' Lacambre



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