evil-lisp-state
evil-lisp-state copied to clipboard
Slurping does not work correctly in python mode.
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"])