You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug
What happened: ds( and ds) work on foo (bar) baz, but dsb does not. It seems like aliases only work for replacements (and not targets): cs(B works while csbB does not.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug
What happened:
ds(
andds)
work onfoo (bar) baz
, butdsb
does not. It seems like aliases only work for replacements (and not targets):cs(B
works whilecsbB
does not.Also, the aliases should correspond to closing brackets instead of opening ones:
"The targets b, B, r, and a are aliases for ), }, ], and >"
https://github.com/tpope/vim-surround/blob/master/doc/surround.txt#L99
Environment:
The text was updated successfully, but these errors were encountered: