I think it is related to wl-copy, which is installed and used on all my machines where this error occurs. More specifically, when browsing /tmp and turning off the banner, I can actually see folders like `wl-copy-buffer-XXXXX` appearing and disappearing in very quick succession. I suspect this is related to that buggy behavior.

I've issued a bugreport upstream:

https://github.com/neovim/neovim/issues/23650

with steps to reproduce:

cd /tmp
nvim --clean

:set clipboard=unnamedplus
:Explore
<I>   # press 'I' to disable the banner in netrw

can you try to reproduce it with these steps? This behavior is BTW also reproducible in vim.


Cheers,

Bastian

Am 18.06.23 um 04:04 schrieb James McCoy:
On Mon, May 08, 2023 at 03:13:41PM +0200, Bastian Venthur wrote:
Turning off the netrw's banner (netrw-I), via g:netrw_banner and or by pressing
"I" in the Explorer causes the cursor to flicker permanently and the CPU usage
goes up to 50% or so.

I can't reproduce this.  “nvim --clean” followed by “:e .” and pressing
I doesn't result in flickering or high CPU usage.

If this “nvim --clean” works fine, then I'd suggest looking through your
config and “:scriptnames” to see what may be affecting it.

Cheers,

--
Dr. Bastian Venthur                                 https://venthur.de
Debian Developer                                 venthur at debian org

Reply via email to