Auto merge of #2812 - AsmCoder110:patch-1, r=micbou

Simple typo fix.

A typo in the ReadMe.

<!-- 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/2812)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2017-10-22 03:08:52 -07:00 committed by GitHub
commit ac054410c4

View File

@ -1318,7 +1318,7 @@ maps the `<leader>jd` sequence to the longer subcommand invocation.
These commands are useful for jumping around and exploring code. When moving These commands are useful for jumping around and exploring code. When moving
the cursor, the subcommands add entries to Vim's `jumplist` so you can use the cursor, the subcommands add entries to Vim's `jumplist` so you can use
`CTRL-O` to jump back to where you where before invoking the command (and `CTRL-O` to jump back to where you were before invoking the command (and
`CTRL-I` to jump forward; see `:h jumplist` for details). If there is more `CTRL-I` to jump forward; see `:h jumplist` for details). If there is more
than one destination, the quickfix list (see `:h quickfix`) is populated with than one destination, the quickfix list (see `:h quickfix`) is populated with
the available locations and opened to full width at the bottom of the screen. the available locations and opened to full width at the bottom of the screen.