evil-lisp-state icon indicating copy to clipboard operation
evil-lisp-state copied to clipboard

lisp-state-eval-sexp-end-of-line does not respect comments

Open 3rd3 opened this issue 9 years ago • 0 comments

It wrongly attempts to evaluate comments at the end of lines.

(foo)  ;; Comment

elisp--eval-last-sexp: Symbol’s value as variable is void: Comment

3rd3 avatar May 07 '16 10:05 3rd3