We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cb9f1 commit 45f51eeCopy full SHA for 45f51ee
lua/scrollview.lua
@@ -1430,6 +1430,7 @@ local get_row_length_lookup = function(winid)
1430
prior = nil
1431
steps = 0
1432
local winheight = get_window_height(0)
1433
+ -- It may not be possible to get to every winline (e.g., virtual lines).
1434
while fn.winline() <= winheight
1435
and prior ~= fn.winline()
1436
and steps < max_steps do
0 commit comments