noctuid / lispyville

lispy + evil = lispyville
GNU General Public License v3.0
315 stars 23 forks source link

Keep custom operators up to date with evil changes #45

Open noctuid opened 6 years ago

noctuid commented 6 years ago

The better long term solution would be to not redefine operators but wrap or advise them somehow. When I tried this before, I couldn't come up with anything that wasn't extremely convoluted. The other solution is to just watch the evil repository and pull in any new changes (e.g. emacs-evil/evil#1049; I believe that there are one or two other relevant issues or pull requests).