Simple typo fix.

This commit is contained in:
Yogendra Singh 2017-10-22 14:36:56 +05:30 committed by GitHub
parent cd41727462
commit a806f32825

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.