Fix patch mapping in README

This commit is contained in:
Andrew Haust 2019-01-03 10:42:14 -05:00 committed by Tim Pope
parent d948ec3376
commit fa6d7886e7

View File

@ -11,7 +11,7 @@ Vim's diff handling capabilities to stage a subset of the file's
changes.
Bring up the output of `git status` with `:Gstatus`. Press `-` to
`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. Use
`add`/`reset` a file's changes, or `P` to `add`/`reset` `--patch`. Use
`:Gcommit %` to commit the current file, editing the commit message inside
the currently running Vim.