-
Notifications
You must be signed in to change notification settings - Fork 19
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
KeyError occurs in SpliceInit #19
Comments
It seems like the same as #17. Error name is different, though. |
Same thing here with the following Vim version:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KeyError following occurs when I run
vim 1 2 3 4 -c SpliceInit
.It seems to have occurred by accessing
vim.buffers[0]
.I suspect the impact of Patch 7.3.945.
In the following states,
when I run the following:
It will be the following results:
Index of vim.buffers is made to 1-4 in this case.
version:
The text was updated successfully, but these errors were encountered: