Browse Source

Remove claims of 'ExecuteCommand' support for Rust

The :help pages and the README claimed that rust-analyzer supports the
'ExecuteCommand <args>' subcommand, though this is not the case.
Philip Scherer 4 years ago
parent
commit
3935fa21ae
2 changed files with 6 additions and 10 deletions
  1. 3 5
      README.md
  2. 3 5
      doc/youcompleteme.txt

+ 3 - 5
README.md

@@ -751,7 +751,6 @@ Quick Feature Summary
 * Type information for identifiers (`GetType`)
 * Renaming symbols (`RefactorRename <new name>`)
 * Code formatting (`Format`)
-* Execute custom server command (`ExecuteCommand <args>`)
 * Management of `rust-analyzer` server instance
 
 ### Java
@@ -1998,10 +1997,9 @@ flags.
 
 #### The `ExecuteCommand <args>` subcommand
 
-Some LSP completers (currently Rust and Java completers) support executing
-server specific commands. Consult the [rust-analyzer][] and [jdt.ls][] respective
-documentations to find out what commands are supported and which arguments are
-expected.
+Some LSP completers (currently only Java completers) support executing
+server specific commands. Consult the [jdt.ls][] documentation to find out
+what commands are supported and which arguments are expected.
 
 The support for `ExecuteCommand` was implemented to support plugins like
 [vimspector][] to debug java, but isn't limited to that specific use case.

+ 3 - 5
doc/youcompleteme.txt

@@ -923,7 +923,6 @@ Rust ~
 - Type information for identifiers (|GetType|)
 - Renaming symbols ('RefactorRename <new name>')
 - Code formatting (|Format|)
-- Execute custom server command ('ExecuteCommand <args>')
 - Management of 'rust-analyzer' server instance
 
 -------------------------------------------------------------------------------
@@ -2220,10 +2219,9 @@ flags.
                                                           *ExecuteCommand-args*
 The 'ExecuteCommand <args>' subcommand ~
 
-Some LSP completers (currently Rust and Java completers) support executing
-server specific commands. Consult the rust-analyzer [15] and jdt.ls [16]
-respective documentations to find out what commands are supported and which
-arguments are expected.
+Some LSP completers (currently only Java completers) support executing
+server specific commands. Consult the jdt.ls [16] documentation to find out
+what commands are supported and which arguments are expected.
 
 The support for 'ExecuteCommand' was implemented to support plugins like
 vimspector [73] to debug java, but isn't limited to that specific use case.