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

There seems to be something wrong with the quickfix window

Open j2501987804 opened this issue 2 years ago • 2 comments

neovim0.7 os:arch-wsl macos The cursor moves by itself, and two windows are opened.

QQ录屏2022060115295520226117832

j2501987804 avatar Jun 01 '22 09:06 j2501987804

I too encountered this problem

pspiagicw avatar Jul 04 '22 06:07 pspiagicw

I got the same problem.

liuyangzys avatar Jul 04 '22 12:07 liuyangzys

Same problem nvim 0.8.1

What helps is to turn the auto_preview off.

Fabian-programmer avatar Dec 04 '22 13:12 Fabian-programmer

Have this problem as well. Tried some older commits which also have this same problem.

AlwaysIngame avatar Apr 01 '23 06:04 AlwaysIngame

Same issue here :/

denolehov avatar Apr 05 '23 18:04 denolehov

Same issue here.

FledgeXu avatar Jul 08 '23 04:07 FledgeXu

I just encountered this issue too. To reproduce it:

  1. Download the files found here.
  2. Open Neovim in that directory, and run :make (assuming you have gcc installed).
  3. Open Trouble's quickfix list and go the last item.

Notice what happens:

https://github.com/folke/trouble.nvim/assets/62502207/4a3d064e-aad2-4d0d-a508-2032d1a5edd6

The error you see at the end is: image

MariaSolOs avatar Jul 16 '23 17:07 MariaSolOs

See also:

  • https://github.com/folke/trouble.nvim/issues/87
  • https://github.com/folke/trouble.nvim/issues/188
  • https://github.com/folke/trouble.nvim/issues/336

The common thing in all the screen captures is when it says [1, 1].

https://github.com/folke/trouble.nvim/assets/721196/9800234f-2d20-4868-ab0a-c9bddd5be47a

87


My guess is that this happens whenever there's no exact line number or position associated with a given error, and then Trouble fills in a default value of [1, 1].

trouble

The troublesome line is marked as "BAD". When the cursor is hovered over it, everything goes haywire and the cursor starts moving right all on its own.

YodaEmbedding avatar Oct 07 '23 05:10 YodaEmbedding