Skip to content

Conversation

@stefanvanderwolf
Copy link
Contributor

Problem:
The client:exec_cmd callback was incorrectly referencing to err variable from the outer scope instead of the cmd_err variable from its on scope. Could cause problems when err is nil but the cmd_err is not.

Solution:
Changed the reference from err to cmd_err

Problem:
The client:exec_cmd callback was incorrectly referencing to err variable
from the outer scope instead of the cmd_err variable from its on scope.
Could cause problems when err is nil but the cmd_err is not.

Solution:
Changed the reference from err to cmd_err
@justinmk justinmk merged commit ad95655 into neovim:master Dec 15, 2025
5 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.

2 participants