From 05f7f1c6f04706513940a0e0fb52d041917dfac3 Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 7 Apr 2018 03:56:24 +0200 Subject: [PATCH] Remove Java from the GoToImplementation command in docs --- README.md | 2 +- doc/youcompleteme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1d1a54..908106ce 100644 --- a/README.md +++ b/README.md @@ -1602,7 +1602,7 @@ Looks up the symbol under the cursor and jumps to its implementation (i.e. non-interface). If there are multiple implementations, instead provides a list of implementations to choose from. -Supported in filetypes: `cs, java` +Supported in filetypes: `cs` #### The `GoToImplementationElseDeclaration` subcommand diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 2e035417..f33979b3 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -1898,7 +1898,7 @@ Looks up the symbol under the cursor and jumps to its implementation (i.e. non- interface). If there are multiple implementations, instead provides a list of implementations to choose from. -Supported in filetypes: 'cs, java' +Supported in filetypes: 'cs' ------------------------------------------------------------------------------- The *GoToImplementationElseDeclaration* subcommand