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

Slurping does not work correctly in python mode.

Open cpaulik opened this issue 10 years ago • 0 comments

If using emacs-list-state for example in a python buffer:

Let's say I want to apply a function to this dict attribute and try to slurp it in then there remains a space where the ) was after the first slurp.

a = dict["d"]
a = f()dict["d"]
a = f(dict ["d"])

cpaulik avatar Jul 08 '15 18:07 cpaulik