YouCompleteMe/python/ycm/client
zzbot ff0a62bd15
Auto merge of #3174 - micbou:clang-fixit-completion, r=bstaletic
[READY] Update ycmd

Include the following changes:

 - PR Valloric/ycmd#1080: replace Boost canonical function with our own implementation;
 - PR Valloric/ycmd#1104: improve filename completer;
 - PR Valloric/ycmd#1121: support completion FixIts for C-family languages;
 - PR Valloric/ycmd#1122: update jdt.ls to 0.26.0;
 - PR Valloric/ycmd#1123: install fixed version of TypeScript in third-party folder;
 - PR Valloric/ycmd#1124: only add the necessary directories to Python path.

Fixes #3173.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3174)
<!-- Reviewable:end -->
2018-11-17 21:41:09 -08:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py Reduce logging verbosity when a connection error occurs 2018-09-24 11:08:07 +02:00
command_request.py Ignore ft= argument from YcmCompleter command 2018-09-28 01:12:23 +02:00
completer_available_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
completion_request.py Auto merge of #3174 - micbou:clang-fixit-completion, r=bstaletic 2018-11-17 21:41:09 -08:00
debug_info_request.py Add flake8-ycm to test requirements 2018-05-30 02:53:28 +02:00
event_notification.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
messages_request.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
omni_completion_request.py Recompute starting column on auto-wrapping 2018-11-17 01:07:02 +01:00
shutdown_request.py Fix shutdown request initialization 2018-04-24 15:49:50 +02:00
ycmd_keepalive.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00