Tom Dalziel
Tom Dalziel
Feel free to link any issue you open/find on Spacemacs - I'd be interested to see :)
I think I've become the de-facto maintainer, so I'll close this.
Hey @monnier sorry you haven't got a reply on this. @axelf4 are you able to take a look? If not I'll try to find some time in the next few...
Thanks for the bug report @dizzyyogi. I think this is an oversight rather than intentional, so I'd welcome a PR. I guess you'd change `evil-insert-newline-above` too, to pick up the...
Thanks for the research! I agree with your list of commands that should be fixed, plus I think `evil-ex-put` (I don't think `evil-put` exists) should be changed too. The comment...
That's an excellent answer. Please feel free to go ahead with a PR for the functions discussed.
@hc36123 what does this have to do with evil? I can't see any calls to evil fns in your repro steps. Are you just saying this behaviour occurs with evil-mode...
@NightMachinery nice work! If you want to make a PR to evil, I'd be happy to put it behind a feature flag and test it myself for a while. What...
@saurik I think you make a good point. Maybe it's an option we can add. I went here: https://github.com/emacs-evil/evil/blob/master/evil-states.el#L37 and changed the tag to `" --NORMAL-- "` and that persists...
Yes, bar is not implemented in evil's ex. It requires quite a lot of work, because we need to manually tag every ex command as either supporting it or not...