Re: Patch to fix crash for neovim-0.9.4

2023-12-19 Thread Laurent Cheylus
Hi Klemens, > https://github.com/neovim/neovim/commit/1907abb4c27857fe7f4e7394f32e130f9955a2e7 > The fix also contains regress bits, so I'd suggest fetching the > merged PR to have 'make test' covered as well. Build and tests OK on current/amd64. Thanks for your fix to get the full patch (with t

Re: Patch to fix crash for neovim-0.9.4

2023-12-19 Thread Edd Barrett
On Tue, Dec 19, 2023 at 10:44:47AM +, Klemens Nanni wrote: > > Please, could you test and commit my patch if OK for you ? I'm running with your diff. If all is well by the end of the day, I'll commit. -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: Patch to fix crash for neovim-0.9.4

2023-12-19 Thread Klemens Nanni
On Sun, Dec 17, 2023 at 05:49:32PM +0100, Laurent Cheylus wrote: > I added the fix included in this issue, rebuild => no more crash with Neovim > :) > > Please, could you test and commit my patch if OK for you ? https://github.com/neovim/neovim/commit/1907abb4c27857fe7f4e7394f32e130f9955a2e7 The