What's wrong with this entry?
Added Emacs-style yank cycling with Meta-y to rotate through killed text history.
After yanking with Ctrl-y, press Meta-y (Alt-y on most terminals) to cycle through previously killed text.
- Stores up to 10 killed text entries
- Cycles through the kill ring each time Meta-y is pressed
- Follows standard Emacs keybinding conventions
BA() function at line 521106 (yank cycling handler, key mapping ["y", BA] in Meta handlers)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.