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

win/os_env_exists(): workaround libuv bug #10734

Merged
merged 1 commit into from
Aug 10, 2019

Commits on Aug 10, 2019

  1. win/os_env_exists(): workaround libuv bug

    os_env_exists() fails on MSVC build:
        os_env_exists:104: uv_os_getenv(EMPTY_VAR) failed: -4094 UNKNOWN
    
    - Revert 396a394
    - HACK: Windows: return TRUE if uv_os_getenv() returns UV_UNKNOWN, until
      libuv bug is fixed: libuv/libuv#2413
    
    ref neovim@396a394#r34642361
    justinmk committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    0a4f965 View commit details
    Browse the repository at this point in the history