Skip to content

fix(tests): handle both neovim 0.12 invalid cursor error messages#615

Merged
justinmk merged 1 commit into
neovim:masterfrom
campbellr:fix-command-error-test
Apr 9, 2026
Merged

fix(tests): handle both neovim 0.12 invalid cursor error messages#615
justinmk merged 1 commit into
neovim:masterfrom
campbellr:fix-command-error-test

Conversation

@campbellr
Copy link
Copy Markdown
Contributor

Fixes #614

In 0.12.0, the error message is now:

Invalid cursor line: out of range

This updates the test to handle both old and new error messages.

In 0.12.0, the error message is now:

  Invalid cursor line: out of range

This updates the test to handle both old and new error messages.
@justinmk
Copy link
Copy Markdown
Member

justinmk commented Apr 9, 2026

Thanks!

The failing test_connect_stdio test is a known issue, unrelated to this pr.

@justinmk justinmk merged commit 1950eae into neovim:master Apr 9, 2026
19 of 22 checks passed
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

Successfully merging this pull request may close these issues.

test_command_error fails with Neovim 0.12.x due to changed error message

2 participants