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
Thanks again, this is definitely in the same vein as #4. The offending line is here. Will try fixing, if I get the time to do so.
I have thought about a workaround but don't think there's a surefire way: You have to make the line number be valid for calling Vim script functions not to error, but there's no way to restore the invalid line number that the calling code might be expecting (and so the cursor would move).
Hello 😃
I get the error:
Error executing lua callback: [string ":lua"]:1: Vim(call):E16: Invalid range: call s:RemoveRange(a:start, a:end - 1)
How to reproduce:
Reproduce
command on the two selected lines with0
and1
u
no-error
error
The text was updated successfully, but these errors were encountered: