YouCompleteMe/python/ycm/server
Strahinja Val Markovic 18002e17df Better handling of crashed ycmd; restart command
Previously the YCM Vim client would go bonkers when ycmd crashed. Now the user
can continue using Vim just without YCM functionality.

Also added a :YcmRestartServer command to let the user restart ycmd if it
crashed. With a little luck, this will be rarely necessary.
2013-10-15 15:27:54 -07:00
..
tests ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
default_settings.json Vim now loads most defaults from the json file 2013-10-07 11:03:29 -07:00
handlers.py Better handling of crashed ycmd; restart command 2013-10-15 15:27:54 -07:00
responses.py Correctly handling ycm_extra_conf files now 2013-10-08 16:21:43 -07:00
server_state.py ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
server_utils.py ycm_core now imported after extra conf preload 2013-10-14 15:29:00 -07:00
ycmd.py Now using new ycm_client_support shared lib 2013-10-15 14:15:04 -07:00