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

ds{ not working as expected

Open rnmhdn opened this issue 6 years ago • 0 comments

in the following text where there is a ' '(space) instead of *,

{
{ 
}
}

if you place your cursor under * and press ds{ in normal mode you should get something like this:

{


}

but you get




so, instead of one pair of {} being removed you get both pairs removed.

rnmhdn avatar Mar 04 '20 11:03 rnmhdn