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
[Fix#887] Do not extend region-to-kill before/after symbol.
Sometimes forward-word or backward-word skips further than the end of
the symbol token that smartparens calculated. In this case we should
not kill any further than the beg/end of this symbol as we can be sure
this won't break any structure.
0 commit comments