Bram Moolenaar
Bram Moolenaar
> ### Steps to reproduce > > 1. `:let job = job_start('sh -c "echo x; cat"', {"mode": "raw", "close_cb": {->0}})` > 2. `strace -f -p ` > > ### Expected...
> > The idea here, if I remember correctly, is that if there is a partly received message, then we should check again soon to see if the rest of...
Jason Cox wrote: > > Can I ask your opinion on i_CTRL-R support? > > I wasn't even aware of this feature until you mentioned it! I'm happy to support...
> Okay, I figured out it seems related to resizing the windows; this > doesn't reproduce in lldb since it emulates a very basic terminal with > a fixed width....
> Seems to be fixed with [patch 9.0.0192](https://github.com/vim/vim/commit/fdc5d17d58cc9c9edc9fb2816e1afaabc531bf1e). > > I can also confirm that this fixes the crash that I already reported > in the original PR: > https://github.com/vim/vim/pull/10675#issuecomment-1181665395...
> > I managed to get information using valgrind, just resizing the > > window at random: > > What flags for valgrind did you use for this? Because that...
This syntax is maintained by Nikolai Pavlov, I don't know his github user name
Christian wrote: > Here is the patch that fixes the problem including a test: Hmm, so for single byte characters LANGMAP_ADJUST() in vgetorpeek() is used and then there is a...
It's not easy to do. Also, currently the result of 'langmap' is not mapped. If we change that, it may actually break things, users may rely on it. That can...