Closed dlyongemallo closed 4 weeks ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.0
Operating system/version
Ubuntu 22.04
Describe the bug
When editing a file with a long line in diff mode, the popup goes off the left side of the screen if the buffer is scrolled to the right (i.e., if the cursor is at a horizontal position larger than the screen width).
Steps To Reproduce
nvim -d
) with a line longer than the width of the display and ":nowrap" (e.g., 120 characters on a 80 character display).'
,"
, or run:WhichKey
).Expected Behavior
Expected: popup is shown visably at bottom of display (aligned with left of display)
Actual: popup is shown aligned with left of text, so that it is partially or completely off-screen (depending on cursor positon)
Health
Log
Repro