vim-surround
vim-surround copied to clipboard
ds{ not working as expected
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.