You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle window start not at line start
(count-lines) returns 1+ number of newlines between two characters
when the greater of the two is not at the start of a line. This
corrects for that, which is important for wrapped lines or visual line
mode, especially with pixel level scrolling (which changes
window-start frequently).