Describe the bug
The scrollbars are not flush against the window edges when the window is maximised.
This is true on the right and the bottom edges with the corresponding scrollbars enabled.
To Reproduce
Detailed steps to reproduce the behavior:
- Open gvim
- Type
:set guioptions=r
- Maximise the window
Expected behavior
The window is fully maximised and the scrollbars are flush against the edges.
Screenshots



Environment:
- Vim version 8.2
- OS: Windows 10 17134
- Terminal: GUI
Additional context
- This is dependent on the DPI scaling chosen in Windows Settings. Using 100%, 150% and 175%, the bug is present. However, with 125% (which is recommended), the bug does not appear. Although, at 125%, moving the mouse to the very right edge of the screen and trying to select the scrollbar is unreliable - sometimes it works, sometimes it doesn't.
Describe the bug
The scrollbars are not flush against the window edges when the window is maximised.
This is true on the right and the bottom edges with the corresponding scrollbars enabled.
To Reproduce
Detailed steps to reproduce the behavior:
:set guioptions=rExpected behavior
The window is fully maximised and the scrollbars are flush against the edges.
Screenshots



Environment:
Additional context