Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.8k stars 193 forks source link

Add `sp-navigate-parallel-stop-at-ends` option #1159

Open defaultxr opened 1 year ago

defaultxr commented 1 year ago

This option will cause sp-forward-parallel-sexp and sp-backward-parallel-sexp to raise a user-error when hitting the end of the enclosing sexp, rather than looping back to the other end.

Fixes Fuco1#1038.