Closed dstein64 closed 1 year ago
This adds an option to account for lines after EOF (Issue #58), enabled with scrollview_include_end_region. That behavior is consistent with how gvim and nvim-qt (:GuiScrollBar 1) show scrollbars.
scrollview_include_end_region
gvim
nvim-qt
:GuiScrollBar 1
The functionality is disabled by default.
The default functionality was also updated so that the scrollbar will overflow beyond the bottom of the window when viewing that end region (https://github.com/dstein64/nvim-scrollview/issues/58#issuecomment-1112586814).
This adds an option to account for lines after EOF (Issue #58), enabled with
scrollview_include_end_region
. That behavior is consistent with howgvim
andnvim-qt
(:GuiScrollBar 1
) show scrollbars.The functionality is disabled by default.
The default functionality was also updated so that the scrollbar will overflow beyond the bottom of the window when viewing that end region (https://github.com/dstein64/nvim-scrollview/issues/58#issuecomment-1112586814).