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
I think the technique here is to use byte2line to get the line, call line2byte on that, subtract the two to get the line offset, and then use byteidx on that to get the actual BufferOffset.
Allegedly
line2byte
in vim does the line offsetting that we'd like.The text was updated successfully, but these errors were encountered: