Fix "GoToImplementation" command name in docs.

This commit is contained in:
Daniel Cohen 2014-06-24 00:22:26 -04:00
parent 9cff4e8548
commit d4d2d2be35
2 changed files with 3 additions and 3 deletions

View File

@ -706,7 +706,7 @@ are changed outside of Vim, or whenever Omnisharp cache is out-of-sync.
Supported in filetypes: `cs` Supported in filetypes: `cs`
### The `GoToImplemention` subcommand ### The `GoToImplementation` subcommand
Looks up the symbol under the cursor and jumps to its implementation (i.e. 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 non-interface). If there are multiple implementations, instead provides a list

View File

@ -38,7 +38,7 @@ Contents ~
7. The |StopServer| subcommand 7. The |StopServer| subcommand
8. The |RestartServer| subcommand 8. The |RestartServer| subcommand
9. The |ReloadSolution| subcommand 9. The |ReloadSolution| subcommand
10. The |GoToImplemention| subcommand 10. The |GoToImplementation| subcommand
11. The |GoToImplementationElseDeclaration| subcommand 11. The |GoToImplementationElseDeclaration| subcommand
9. Options |youcompleteme-options| 9. Options |youcompleteme-options|
1. The |g:ycm_min_num_of_chars_for_completion| option 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' 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- 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 interface). If there are multiple implementations, instead provides a list of