abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
383 stars 46 forks source link

Fix return value in ycmd--server-ready? function #367

Closed ptrv closed 8 years ago

ptrv commented 8 years ago

ready request returns :json-false if the server is not ready, which leads to wrong result when using return value in an if statement. The function should only return t or nil.