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

fix(health): when executing commands show "command not found" on Wind… #1654

Closed
wants to merge 1 commit into from

Conversation

Leeto1970
Copy link

…ows platform.

Description

Add double quote in windows platform, "checkhealth lazy" shows OK. It's not PATH issue.

Related Issue(s)

Screenshots

before
before

after
after

@folke
Copy link
Owner

folke commented Jul 15, 2024

That completely breaks compat with linux/macos.
image

For me on Windows it works as it is now, and what I'm doing is also the correct way.

As I mentioned before, your setup is the issue.
The fact that you get the error in the output, while vim.v.shell_error == 0 means that there's something not correct with your setup.

@folke folke closed this Jul 15, 2024
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.

bug: external command not found in checkhealth
2 participants