Open jellelicht opened 6 years ago
Nvm, I figured it out; the last release of evil
barely predates a commit (by you even, if I'm not mistaken) that slightly changes evil-define-key*
. Sorry for the noise, and thanks for the amazing package!
Right, I should probably make it more clear in the readme that this package tracks the latest evil.
Unless I am somehow misunderstanding a major part of lispyville and how it can be used, I am having some issues getting the operators such as safe delete to work properly.
If we have, line-by-line
C-M-x
'ed:With
|
being the cursor/point in normal mode, pressingD
deletes the whole line (including))
, leaving us in an inconsistent state:Am I somehow misconfiguring lispyville, or am I misunderstanding what should be happening? Calling e.g.
lispyville-delete-whole-line
viaM-x
does lead to a consistent state, where the last)
is kept.