YouCompleteMe/python/ycm
micbou b440f682a8 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.
2016-05-02 23:08:32 +02:00
..
client Update flake8 config 2016-03-06 17:39:55 +00:00
tests Starting ycmd with Python used to build it 2016-04-27 19:42:00 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Update flake8 config 2016-03-06 17:39:55 +00:00
diagnostic_interface.py Update flake8 config 2016-03-06 17:39:55 +00:00
omni_completer.py Update flake8 config 2016-03-06 17:39:55 +00:00
paths.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
setup.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
syntax_parse.py Fix traceback when a syntax file has unicode characters 2016-03-10 21:28:42 +00:00
test_utils.py Rename ycmd python option 2016-03-26 19:15:08 +01:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Fix traceback when a syntax file has unicode characters 2016-03-10 21:28:42 +00:00
youcompleteme.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00