smartparens icon indicating copy to clipboard operation
smartparens copied to clipboard

in clojure, sp-up-sexp doesn't work with vector

Open introom opened this issue 5 years ago • 3 comments

(if [:a | :b] 
  (some c))

| is where the caret is. Run sp-up-sexp several times, the caret halts at the ending ] without going further.

introom avatar Apr 08 '20 01:04 introom

doesn't seem to reproduce

andreyorst avatar Dec 27 '20 16:12 andreyorst

I can't reproduce either.

Fuco1 avatar Dec 30 '20 17:12 Fuco1

To reproduce this, evil mode must be enabled. The direct reason is because of evil-move-beyond-eol being nil.

introom avatar Dec 31 '20 00:12 introom

There's nothing we can do then, this is a behaviour of evil-mode.

Fuco1 avatar Mar 30 '24 19:03 Fuco1