Silent1 wrote:
Moving around: For some reason using the scroll wheel to move up and down is usually slow, especiall scrolling past closed folds. The Page up and down keys are fast, just they scroll alittle to much. BTW this is with both current line highlighting on or off.
I've been running the betas, and I just discovered this today also, although a slightly different effect. If you drag the scroll bar up and down, it's as if it's scrolling past all the folded lines, but it just sits on that one line.
My high level analysis what I think is happening: The scroll bar probably gets the number of lines and divides itself into that many units. When gVim folds text, it's probably not updating the scroll bar with the new number of screen lines, and instead it just gets the buffer line selected by the scrollbar, and if it's inside a fold, it puts the scroll position on the line that represents that fold.
-Bryce Wagner
