If my cursor is inside (foo) and I type sda) it aborts the sequence when I get to a and it tries to delete any pair of a's it finds. But according to :h sandwich:
(foo)
press `sda(` deletes the parenthesis since the default textobject |a(| assigns
the region surrounded by "(" and ")" including them.
I am using the default configuration and I don't think that I have any plugins installed that would interfere with this. My plugins are:
If my cursor is inside
(foo)
and I typesda)
it aborts the sequence when I get toa
and it tries to delete any pair ofa
's it finds. But according to:h sandwich
: