From 002500347e910962ea984c1791dba9471da87afd Mon Sep 17 00:00:00 2001 From: micbou Date: Mon, 23 Apr 2018 11:21:09 +0200 Subject: [PATCH] Update ycmd Include the following changes: - add Unicode support to the filter and sort algorithm; - replace Boost.Python with pybind11; - expand environment variables in extra conf options; - make GoTo and GoToImprecise subcommands jump to declaration if cursor on definition; - reset prefix when setting the start column; - send the full query to the language server completer when forced; - improve caching behavior; - add OrganizeImports command to Java completer; - add Scheme identifier regex; - update jdt.ls to 0.15.0; - fix TypeScript diagnostics; - optimize lines splitting for current file; - improve TypeScript completion data; - add GoTo and GoToDeclaration commands to TypeScript completer; - add TSServer version to debug info; - replace re module with regex; - add smart diacritic matching; - add FixIt command to TypeScript completer; - add Format command to TypeScript completer; - add OrganizeImports command to TypeScript completer; - improve Java project detection heuristics; - allow the user to manually specify a Java project path; - improve TeX identifier regex; - always return detailed completions in TypeScript completer; - support FixIts in TypeScript completions; - improve message when regex module installation fails; - update Boost to 1.67.0; - update godef; - add Ctags filetype mapping for PuppetManifest. --- third_party/ycmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/ycmd b/third_party/ycmd index b8ccbbfa..d37cd9b9 160000 --- a/third_party/ycmd +++ b/third_party/ycmd @@ -1 +1 @@ -Subproject commit b8ccbbfa9c68298692c05e73c2e44ca8e1ddc5d5 +Subproject commit d37cd9b983562bf575dea9453c31f799aa772202