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

[Bug] Doesn't work for `::placeholder { }`

Open wenfangdu opened this issue 1 year ago • 3 comments

::placeholder {
} /* 👈 put cursor on }, and use ds{ */

{} won't get removed.

wenfangdu avatar Mar 22 '24 13:03 wenfangdu

A workaround is to use da{.

wenfangdu avatar Mar 22 '24 13:03 wenfangdu