lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Using evil dot repeat with wrapping doesn't work

Open NightMachinery opened this issue 6 years ago • 1 comments

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)

NightMachinery avatar Jan 23 '19 11:01 NightMachinery

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.

abo-abo avatar Apr 08 '19 11:04 abo-abo