E900 when more than 4999 matches in Neovim
gravndal opened this issue · 2 comments
gravndal commented
After neovim/neovim@2d4a37e I get the following error twice when there are 5000 or more matches:
Error detected while processing function <SNR>132_on_stdout_nvim:
line 26:
E900: Invalid channel id
Steps to reproduce:
yes abcdefg | pv -Sl -s 5000 > something
- run nvim with nothing but the default runtime + vim-grepper
:GrepperGrep abcd something
or:GrepperRg abcd something
mhinz commented
Yeah, Grepper defaults to 5000 matches by default. I think I see the problem.
mhinz commented
Should work now. Thanks! ✨