Remove duplicate help tag

These should be unified, but for now, --patch is just stealing the
spotlight from inline diffs, so I won't shed any tears over dropping its
help tag.

Closes https://github.com/tpope/vim-fugitive/issues/1203
This commit is contained in:
Tim Pope 2019-02-12 15:58:53 -05:00
parent e9705826bd
commit 02c26619c4

View File

@ -284,7 +284,6 @@ dp Invoke |:Git!| diff on the file under the cursor.
Deprecated in favor of inline diffs. On untracked Deprecated in favor of inline diffs. On untracked
files, this instead calls |:Git| add --intent-to-add. files, this instead calls |:Git| add --intent-to-add.
*fugitive_P*
P Invoke |:Git| add --patch or reset --patch on the file P Invoke |:Git| add --patch or reset --patch on the file
under the cursor. under the cursor.