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
Happens because line('w$') return the number above that line, if it it not only the line currently visible.
Edited: As i have found, this problem is much harder to fix for current stargate implementation for searching positions with searchpos() and placing hints with screenpos(). Because this functions doesn't work well with wrapped (not fully visible in the window) lines.
Getting right screen position should be fixed in vim/vim@189663b
The text was updated successfully, but these errors were encountered:
Happens because
line('w$')
return the number above that line, if it it not only the line currently visible.Edited: As i have found, this problem is much harder to fix for current stargate implementation for searching positions with
searchpos()
and placing hints withscreenpos()
. Because this functions doesn't work well with wrapped (not fully visible in the window) lines.Getting right screen position should be fixed in vim/vim@189663b
The text was updated successfully, but these errors were encountered: