Tom Dalziel
Tom Dalziel
@totallyuniquelily this should now be fixed in master. Let me know if you observe otherwise.
@jcs090218 before I answer specifically to this issue, I should preface by saying I'm not such a big fan of purely "correctness" changes to established projects like evil. But I'm...
I should reiterate that I welcome counter-arguments to my points. I'm not immediately "interested" insofar as wanting to make the change without further discussion. But I am "interested" insofar as...
Thanks @jcs090218 . I read https://github.com/emacs-evil/evil/issues/846 and agree with @wasamasa 's comment: >I'd be in for this change, as long as evil-tests-helpers.el remains in this repository so that Evil itself...
Yeah I also can't repro. And the test in the above commit passes on all emacs versions we test for. Also, for posterity, the keypresses seem wrong (i.e. they don't...
I get that same result if I press `C-r "` in insert mode rather than `p` in normal mode, but that is consistent with vim anyway.
Interestingly, if I undo that, then paste with `p`, I do get the result you get. Which is inconsistent with vim... I feel like I'm getting close to a repro...
@p00f I can't really see why it would, but do you want to pull master and see if my latest change makes any difference? Otherwise, any clue as to why...
OK, I can't promise I'll look any further into this until you can supply repro steps that work on my machine, but I'll leave it open in case you do.
`make emacs` _is_ `emacs -Q` (plus loading the necessary evil files), so I can't imagine that would make any difference.