tpope / vim-surround

surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

Home Page:https://www.vim.org/scripts/script.php?script_id=1697

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wenfangdu opened this issue Β· comments

::placeholder {
} /* πŸ‘ˆ put cursor on }, and use ds{ */

{} won't get removed.

A workaround is to use da{.