Skip to content
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

Error in current NeoVim vs. Vim9 and odd initial cursor position #534

Closed
johnsonjh opened this issue Jul 26, 2022 · 1 comment
Closed

Error in current NeoVim vs. Vim9 and odd initial cursor position #534

johnsonjh opened this issue Jul 26, 2022 · 1 comment

Comments

@johnsonjh
Copy link

On Vim9 (patch 65) at startup:

D83D3014-B2E6-482C-8B47-19C376116A29

On NeoVim (NVIM v0.8.0-dev-nightly-288-ge9b58a619):

F43500E0-1079-4660-B424-14AB0DBA8028

The cursor in NeoVim is no longer defaulting to "e" - you need to press "j" first to move down. If you just press Enter without moving to a selection in the menu, the following error is displayed:

Error detected while processing function startify#open_buffers:
line   13:
E716: Key not present in Dictionary: "1"
E116: Invalid arguments for function <SNR>196_open_buffer

This behavior happened somewhat recently with NeoVim, perhaps in the past week. If you have suggestions or need additional details please advise.

@johnsonjh
Copy link
Author

johnsonjh commented Jul 30, 2022

After mentioning this informally to the NeoVim people, the behavior seems to be corrected from their side.

I don't know the exact commit, but it is Fixed For Me™, at least as of NVIM v0.8.0-dev-735-g88ed33230 combined with vim-startify from master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant