Jan-Jaap Korpershoek

Results 61 comments of Jan-Jaap Korpershoek

You can disable the hook that is responsible for the behaviour. For example, in c-family languages the hook that does this is `c-insert`. You can disable the behaviour by executing...

It's not on every move, only every move with a count, which reduces the number greatly (in my case)

That's a valid point, it might still get big, though I don't expect memory usage will be a problem ( hundreds is not that much ) it might get in...

That might be a good idea, but I think it should be added somewhere outside of this pull request, since the jump list may grow for any other reason than...

I've been using this for more than two years now, no memory issues whatsoever

I never noticed kakoune using much memory. I'll try to gather some statistics on actual memory usage. But I can't really compare with the normal usage.

Hanging is fixed I had the loop conditions mixed up, now only the output is empty for a reason I have yet to find. Edit: Turns out I had the...

I receive segmentation fault, reproduce by piping two selections containing `echo test` through `sh`. I cannot find what I'm doing wrong in the code.

I ran into another issue (that I was kind of expecting) due to the shifting of locations based on the edits from the other selections. This is not a problem...

Regarding the sleep example, it doesn't really matter what the shell program does in the background right? I admit there are few real usecases that would run for such a...