You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's because the inserted text comes from the last inserted text . register. The current implementation uses the API to insert the extra text, thus not saving it in the actual typed text. To do so, feedkeys could come to the rescue. Something like (omitting handling special cases details):
Checklist
:h nvim-surround
to see if there might be any relevant information there?Neovim Version
0.9.5
Plugin Version
Tagged (Stable)
Minimal Configuration
Sample Buffer
Keystroke Sequence
iaaa <C-g>s{bbb<Esc>j.
Expected behavior
Actual behavior
Additional context
Somehow surround in insert mode is not saved for dot repeat.
The text was updated successfully, but these errors were encountered: