mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00

Forcing insert-mode after the first paste-chunk seems to work, as an alternative toa9e2bae0eb
(insert-before-cursor). NB: Dot-repeat needs to match the original action. Sincea9e2bae0eb
changed paste to insert-before-cursor, dot-repeat must also. But that makes dot-repeat unpleasant/unusual.