Matt Pallissard

Results 14 comments of Matt Pallissard

Is this still slated for 0.7? This feature would be incredibly useful in the HPC space (you submit a headless nvim instance as a job to a batch scheduler) as...

Ok, I was incorrect about the vanilla 410 version working. I picked apart the testing and seem to have it working for the vanilla and multicore versions now. I wound...

It looks like commit a6c38f1548e39768be7dc4903e659d660b46875c throws a wrench into these plans.

I've had the issue of `^c` intermittently hosing terminal mode when a command writes a lot of data to std{out,err}. ``` :split +term ~ base64 < /dev/urandom ^c ``` While...

> Poking around in GDB indicates that Neovim thinks it's getting a constant stream of Ctrl-C's, so it appears that maybe got_int is not being cleared somewhere. Using gdb to...

I don't know the codebase well, but it seems like there are likely two problems 1. There is a context switch, from terminal to foldexpr, where an interrupt handler does...

> @amitlevy21 does it happen with `nvim --clean` ? I can confirm this happens with `--clean`. Whatever the issue is appears to happen during some sort of context switch between...

I should also mention that I cannot reproduce this in vim, it's only neovim and it usually takes 20-200 ^c's to reproduce. I was deep into the 1000s before I...

ok, so the typical term process tree looks like this ``` matt 499618 499490 0 18:01 pts/24 00:00:00 ./build/bin/nvim --clean +term matt 499620 499618 0 18:01 ? 00:00:00 ./build/bin/nvim --embed...

Also, to rule out system dependencies I tried a few different app images. ``` nvim.appimage2.2 nvim.appimage3.0 nvim.appimage3.1 nvim.appimage3.4 nvim.appimage4.2 nvim.appimage10.0 ``` I was able to reproduce this on every one...