mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 07:09:05 +00:00
Problem: Pasting the '.' register multiple times may work incorrectly
when the last insert starts with Ctrl-D and ends with '0'.
(after 9.1.1212)
Solution: Restore the missing assignment (zeertzjq).
closes: vim/vim#16908
61b3544424