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
When in strict mode and delete-selection-mode is enabled, we should not allow supersede to kill imbalanced regions.
Actual behavior
With strict mode on no checks are performed when using sp-backward-delete-char and friends to kill a region, only when calling sp-delete-region or sp-kill-region.
Steps to reproduce the problem
Enable strict mode and use some of the abovementioned commands to kill imbalanced region.
The text was updated successfully, but these errors were encountered:
Expected behavior
When in strict mode and
delete-selection-mode
is enabled, we should not allowsupersede
to kill imbalanced regions.Actual behavior
With strict mode on no checks are performed when using
sp-backward-delete-char
and friends to kill a region, only when callingsp-delete-region
orsp-kill-region
.Steps to reproduce the problem
Enable strict mode and use some of the abovementioned commands to kill imbalanced region.
The text was updated successfully, but these errors were encountered: