From 9b1eb3a038aa8481a89f697b73359eb11530f63f Mon Sep 17 00:00:00 2001 From: micbou Date: Fri, 20 Jul 2018 20:51:01 +0200 Subject: [PATCH] Update ycmd Include the following changes: - rewrite Python completer; - prioritize compilation database over global extra conf; - use TypeScript completer for JavaScript; - fix GetDoc command on symbols declared in system headers; - handle FlagsForFile returning nothing; - update Unicode Standard to 11.0.0; - inform user if maximum number of diagnostics is exceeded; - add the regex module to sys.path in ycmd exclusively; - include Jedi performance improvements; - migrate the Clang completer to Settings in extra conf; - use node only if tsserver is supposed to run through it; - add option to disable the filepath completer. --- third_party/ycmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/ycmd b/third_party/ycmd index 8082b6f2..c5ba63a6 160000 --- a/third_party/ycmd +++ b/third_party/ycmd @@ -1 +1 @@ -Subproject commit 8082b6f241bd911452cfd7f21f8a70fce00abf63 +Subproject commit c5ba63a68444173267c00c6720d5ba69132d09b9