-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E5555: API call: col value outside range #190
Comments
Thanks for the issue. I'll have a look! |
I've opened a PR that fixes this issue: #194 |
Hi, This fixes the erorr, but jumps the cursor one line upwards. |
I also get the following error by visually selecting a chunk and writing
This only happens if a new terminal is opened. Edit:
But looking at marks.lua line 16 and 17
and setting either value to - 1 still gives the same error message. How can I fix this? Update: |
I've recently fixed some issues in extracting and sending the data to the repl in #221 . Please let me know if this issue is fixed by that one as well. |
When pressing
ctr
while standing on the last character in line I get the following:Probably have something to do with zero/one based indexing of columns.
The text was updated successfully, but these errors were encountered: