Hi Jean-Louis, thank you for the patch!
I haven’t worked on the extension in a really long time so and couldn’t build
the project without making some really major updates to the build tooling.
Unfortunately I seem to have introduced some bugs in the process.
I’ve applied your patch, but I’m not going to release a new version of the
extension until I fix the bugs. Hopefully a new version will be out in the next
couple of days, but it really depends on how much time I have to work on this.
Thank you for the interest! I’ll get a new release out as soon as I have the
time.
If you’re interested in taking a look yourself, the bug is in the t/T and f/F
(extend until/move to character) functions. Probably just some incorrect array
or list usage, but I’ll need some time to take a look.
There’s also a problem with the selections made by h/j/k/l which, again, is
probably incorrect array/list usage.
-Kristófer R.
Hi Kristófer
On Fri, 24 Jun 2022, at 10:45, Kristofer Reykjalin wrote:
> I haven’t worked on the extension in a really long time so and couldn’t build> the project without making some really major updates to the build tooling.> Unfortunately I seem to have introduced some bugs in the process.>> I’ve applied your patch, but I’m not going to release a new version of the> extension until I fix the bugs. Hopefully a new version will be out in the next> couple of days, but it really depends on how much time I have to work on this.
Interesting, my build didn't introduce the bug. I called:
npm install
npm run build
npm run webpack
I don't know the javascript eco-system well.
> Thank you for the interest! I’ll get a new release out as soon as I have the> time.
Thanks a lot for the great extension. Take your time.
Best,
Jean-Louis
Hi again Jean-Louis!
> Interesting, my build didn't introduce the bug. I called:> > npm install> npm run build> npm run webpack
Ah no, sorry for the confusion. I had to remove an old dependency and updating
the code to compensate for losing that dependency introduced the bug. I had to
remove the dependency because I got some error when I tried to run
`npm install`. In any case, updating the build tooling should be a net benefit I
think, so it was worthwhile to go through that :)
> Thanks a lot for the great extension. Take your time.
You’re very welcome! I’m happy it’s useful for someone :)
I’ve just published v1.3.0 of the extension with the new `C` command you
contributed included!
Let me know if you run into any issues and I’ll patch it and do another release
if I broke something!
Best regards,
-Kristófer R.
Hi Kristofer
On Sat, 25 Jun 2022, at 05:33, Kristofer Reykjalin wrote:
> You’re very welcome! I’m happy it’s useful for someone :)> I’ve just published v1.3.0 of the extension with the new `C` command you> contributed included!
Thanks you very much.
> Let me know if you run into any issues and I’ll patch it and do another release> if I broke something!
As far as I know it works as expected, but in normal mode the cursor doesn't turn
into a block anymore.
Best,
Jean-Louis
Hi Jean-Louis
> As far as I know it works as expected, but in normal mode the cursor doesn't turn> into a block anymore.
Ah, you’re right! I didn’t notice that, thanks for letting me know!
I’ve just published version 1.3.1 to correct this :)
-Kristófer R.