mirror of
https://github.com/neovim/neovim.git
synced 2026-02-25 04:45:07 +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