vim-surround
vim-surround copied to clipboard
Preserve adding intermediate operation of `cs` to undo history
To reproduce the issue:
- Given :
"sometexts", put the cursor inside the quotes - Type
cs"'to change"to' - Now the it's changed to
'sometexts' - Type
uto undo the operation 'sometexts'rollbacks to"", which should be"sometexts"