Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace delete-selection properties on commands with a function check for strict mode #738

Closed
Fuco1 opened this issue Apr 27, 2017 · 0 comments
Assignees
Milestone

Comments

@Fuco1
Copy link
Owner

Fuco1 commented Apr 27, 2017

Expected behavior

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.

@Fuco1 Fuco1 added the bug label Apr 27, 2017
@Fuco1 Fuco1 added this to the 1.11 milestone Apr 27, 2017
@Fuco1 Fuco1 self-assigned this Apr 27, 2017
@Fuco1 Fuco1 closed this as completed in 7a8dff4 Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant