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
perf: Convert between 1D and 2D indices in a non-stupid way. (#399)
Before I was just concatenating all of the previous lines in the buffer
in order to compute the right indices. This PR changes things to use
builtin Vim functions which are hopefully much more performant.
0 commit comments