lispy
lispy copied to clipboard
Using evil dot repeat with wrapping doesn't work
Enter insert mode, do a c-u ( on sth, go to normal mode, move cursor to another identifier, press dot; The identifier should be wrapped in parens, but the parens are created empty.
Sample result with c-u ( on a and dot on b: (p2 ( a) () b)
This is a problem with evil-repeat, I think. Here's the history of arguments passed to lispy-parens after repeating your recipe:
(nil (4))
The first (4) is for the original call, the nil comes from evil-repeat. There might be a way to configure evil-repeat, but I'm not an Evil user, so I don't know.