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

[READY] Add error messages when ycmd crashed #2142

Merged
merged 2 commits into from May 3, 2016
Merged

Commits on May 2, 2016

  1. Add error messages when ycmd crashed

    Display an error message to the user depending on the status code
    returned by the ycmd server.
    Remove ycm_core checks in plugin/youcompleteme.vim. These checks are
    now done by the ycmd server.
    Do not start a separate process to check the core version but rely on
    ycmd returning a specific exit code. This slightly improves the Vim
    startup time.
    micbou committed May 2, 2016
    Configuration menu
    Copy the full SHA
    b440f68 View commit details
    Browse the repository at this point in the history
  2. Update to latest ycmd

    micbou committed May 2, 2016
    Configuration menu
    Copy the full SHA
    d2beb20 View commit details
    Browse the repository at this point in the history