Auto merge of #2736 - micbou:typo, r=puremourning

[READY] Fix typo in documentation

This ~~trigged~~ triggered me.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2736)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2017-07-31 15:14:26 -07:00 committed by GitHub
commit 51cb3859b8
2 changed files with 4 additions and 3 deletions

View File

@ -2329,7 +2329,7 @@ let g:ycm_key_list_stop_completion = ['<C-y>']
### The `g:ycm_key_invoke_completion` option ### The `g:ycm_key_invoke_completion` option
This option controls the key mapping used to invoke the completion menu for This option controls the key mapping used to invoke the completion menu for
semantic completion. By default, semantic completion is trigged automatically semantic completion. By default, semantic completion is triggered automatically
after typing `.`, `->` and `::` in insert mode (if semantic completion support after typing `.`, `->` and `::` in insert mode (if semantic completion support
has been compiled in). This key mapping can be used to trigger semantic has been compiled in). This key mapping can be used to trigger semantic
completion anywhere. Useful for searching for top-level functions and classes. completion anywhere. Useful for searching for top-level functions and classes.

View File

@ -739,7 +739,8 @@ will notify you to recompile it. You should then rerun the install process.
output; it should say 'Vi IMproved X.Y', where X.Y is the major version output; it should say 'Vi IMproved X.Y', where X.Y is the major version
of vim. If your version is greater than 7.4, then you're all set. If your of vim. If your version is greater than 7.4, then you're all set. If your
version is 7.4 then look below that where it says, 'Included patches: version is 7.4 then look below that where it says, 'Included patches:
1-Z', where Z will be some number. That number needs to be 1578 or higher. 1-Z', where Z will be some number. That number needs to be 1578 or
higher.
If your version of Vim is not recent enough, you may need to compile Vim If your version of Vim is not recent enough, you may need to compile Vim
from source [30] (don't worry, it's easy). from source [30] (don't worry, it's easy).
@ -2581,7 +2582,7 @@ Default: "['<C-y>']"
The *g:ycm_key_invoke_completion* option The *g:ycm_key_invoke_completion* option
This option controls the key mapping used to invoke the completion menu for This option controls the key mapping used to invoke the completion menu for
semantic completion. By default, semantic completion is trigged automatically semantic completion. By default, semantic completion is triggered automatically
after typing '.', '->' and '::' in insert mode (if semantic completion support after typing '.', '->' and '::' in insert mode (if semantic completion support
has been compiled in). This key mapping can be used to trigger semantic has been compiled in). This key mapping can be used to trigger semantic
completion anywhere. Useful for searching for top-level functions and classes. completion anywhere. Useful for searching for top-level functions and classes.