Merge pull request #1049 from dcohenp/doc-fix

Fix "GoToImplementation" command name in docs.
This commit is contained in:
Val Markovic 2014-07-16 09:57:56 -07:00
commit 61bc2c315d
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`
### 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

View File

@ -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