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
I think smartparens-strict-mode should override the default kill-region with some sexp-aware version of it, otherwise it becomes too easy to break your code structure accidentally. As usual - paredit can be used as a source of inspiration.
The text was updated successfully, but these errors were encountered:
Well, having some protection is better than none. When the problems come we'll deal with them.
If you know some example right out of the top of your head, we should throw in test cases (disabled for now) so we have a collection of tests for when we decide to fix it. Feel free to add those :)
jojojames
pushed a commit
to jojojames/smartparens
that referenced
this issue
Mar 31, 2017
I think
smartparens-strict-mode
should override the defaultkill-region
with some sexp-aware version of it, otherwise it becomes too easy to break your code structure accidentally. As usual - paredit can be used as a source of inspiration.The text was updated successfully, but these errors were encountered: