mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-09 03:53:47 -05:00
Fix patch mapping in README
This commit is contained in:
@@ -11,7 +11,7 @@ Vim's diff handling capabilities to stage a subset of the file's
|
|||||||
changes.
|
changes.
|
||||||
|
|
||||||
Bring up the output of `git status` with `:Gstatus`. Press `-` to
|
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
|
`:Gcommit %` to commit the current file, editing the commit message inside
|
||||||
the currently running Vim.
|
the currently running Vim.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user