Navigator.nvim icon indicating copy to clipboard operation
Navigator.nvim copied to clipboard

fix(utils): redirect stderr so it doesn't leak

Open cultab opened this issue 1 year ago • 0 comments

Due to https://github.com/neovim/neovim/issues/21376 you get the following read failed 11: Resource temporarily unavailable:

image

whenever you switch wezterm panes. In the example I spammed left-right, but in practice it appears once and only sometimes.

This works around the issue by redirecting stderr to stdout.

cultab avatar Jan 19 '24 22:01 cultab