Skip to content

Commit

Permalink
Separate issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Dec 23, 2020
1 parent cacb9dc commit c52b7a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/scrollview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@ following example.
bottom of the screen. This could be resolved if there was an event that is
triggered by the window arrangement actions. `:ScrollViewRefresh`, or
scrolling can be used to refresh the scrollbars.

* Scrollbars become out-of-sync when the mouse wheel is used to scroll a
non-current window. This is because the WinScrolled event only corresponds
to the current window. The scrollbars can be refreshed with
`:ScrollViewRefresh`, scrolling, or by changing the current window.

* Scrollbar positions and sizes do not account for folds.

============================================================================
Expand Down

0 comments on commit c52b7a5

Please sign in to comment.