kevinhwang91 / nvim-bqf

Better quickfix window in Neovim, polish old quickfix window.
BSD 3-Clause "New" or "Revised" License
1.69k stars 30 forks source link

Misplaced scrollbar when qf window is moved to rightbelow #118

Closed ashfinal closed 1 year ago

ashfinal commented 1 year ago

Neovim version (nvim -v | head -n1)

NVIM 0.9.1

Operating system/version

Linux 6.4.6

How to reproduce the issue

  1. :vimgrep vim %
  2. :cw
  3. Ctrl-w L
  4. move cursor

Expected behavior

scrollbar works perfectly.

Actual behavior

scrollbar

Scrollbar seems detached from preview window.

ashfinal commented 1 year ago

Nice! ⚡