Elazar Cohen
Elazar Cohen
Thanks for the implementation! I pulled it into my custom VSCodeVim build I'm using for my everyday work, as it seems very useful! I have a little issue with it....
Hi, I noticed operators are failing now (`dfa` for example). I think disabling the clever-f on operator pending might be the correct solution for it. Thanks again!
The `:2d` passes, but others are failing now. I'll fix and let you know.
Okay. so I fixed some bugs in the tests. Now all of them passing.
I'll add some more tests, hopefully soon. Do you think anything else is needed, or it's fine like this?
For some reason I cannot make it work with `` in reamaps. @J-Fields Do you know why?
Fixed it. `` as a string is not handled by the `handleKeyEvent`. It has to be converted to the actual leader key. I added support for it + tests. see...
This also set up groundwork for #7136
> > This also set up groundwork for #7136 > > I've got a branch I haven't touched for like a year with some decent progress on expression parsing &...
> See #7920 This is much more comprehensive. What will be a good way for me to contribute for this PR? What is still needed for it to be ready?