From d4d2d2be35c4cd717a15d1396c2b17cc432cfa31 Mon Sep 17 00:00:00 2001 From: Daniel Cohen Date: Tue, 24 Jun 2014 00:22:26 -0400 Subject: [PATCH] Fix "GoToImplementation" command name in docs. --- README.md | 2 +- doc/youcompleteme.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 876cf59a..ecd6edc0 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,7 @@ are changed outside of Vim, or whenever Omnisharp cache is out-of-sync. Supported in filetypes: `cs` -### The `GoToImplemention` subcommand +### The `GoToImplementation` subcommand 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 diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 45ab71bd..562d7ee4 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -38,7 +38,7 @@ Contents ~ 7. The |StopServer| subcommand 8. The |RestartServer| subcommand 9. The |ReloadSolution| subcommand - 10. The |GoToImplemention| subcommand + 10. The |GoToImplementation| subcommand 11. The |GoToImplementationElseDeclaration| subcommand 9. Options |youcompleteme-options| 1. The |g:ycm_min_num_of_chars_for_completion| option @@ -879,7 +879,7 @@ files are changed outside of Vim, or whenever Omnisharp cache is out-of-sync. Supported in filetypes: 'cs' ------------------------------------------------------------------------------- -The *GoToImplemention* subcommand +The *GoToImplementation* subcommand 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