mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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. Sincea9e2bae0ebchanged paste to insert-before-cursor, dot-repeat must also. But that makes dot-repeat unpleasant/unusual.