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: CheckHealth doesn't work in neovim #765

Merged
merged 2 commits into from
Dec 30, 2017

Commits on Dec 28, 2017

  1. fix: CheckHealth doesn't work in neovim

    CheckHealth calls display_debug_info().
    However, error occured when loading jedi_vim.jedi.Script('')._evaluator.sys_path,
    because Evaluator.sys_path is unavailable variable.
    tMinamiii committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    2d61d6a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. handle the both the old and new API

    Evaluator.project.sys_path is temporary fix, because Evaluator.sys_path is correct API.
    So, we handle the both the old and new API in preparation for merging virtualenv branch.
    tMinamiii committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    a606c94 View commit details
    Browse the repository at this point in the history