From 02c26619c4d42d874216943eb9ad69cff371a109 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 12 Feb 2019 15:58:53 -0500 Subject: [PATCH] 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 --- doc/fugitive.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 33632c1..6417c59 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -284,7 +284,6 @@ dp Invoke |:Git!| diff on the file under the cursor. Deprecated in favor of inline diffs. On untracked files, this instead calls |:Git| add --intent-to-add. - *fugitive_P* P Invoke |:Git| add --patch or reset --patch on the file under the cursor.