vim-surround icon indicating copy to clipboard operation
vim-surround copied to clipboard

Preserve adding intermediate operation of `cs` to undo history

Open voldikss opened this issue 5 years ago • 0 comments

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 u to undo the operation
  • 'sometexts' rollbacks to "", which should be "sometexts"

voldikss avatar Apr 22 '20 04:04 voldikss