aboutsummaryrefslogtreecommitdiff
path: root/doc/diff_prune.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/diff_prune.txt')
-rw-r--r--doc/diff_prune.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/diff_prune.txt b/doc/diff_prune.txt
index f708d73..d1be82b 100644
--- a/doc/diff_prune.txt
+++ b/doc/diff_prune.txt
@@ -1,4 +1,4 @@
-*diff_prune.txt* For Vim version 7.0 Last change: 2018 June 29
+*diff_prune.txt* For Vim version 7.0 Last change: 2018 July 14
DESCRIPTION *diff_prune*
@@ -11,7 +11,8 @@ If the changes result in a diff block or file block having no changes left, it
is also removed.
This can be handy for using with the `-e` or `--edit` option to `git-add`,
-which allows you to edit a diff before applying changes to the staging area.
+which allows you to edit a diff before applying changes to the staging area. It
+also seems to work for the `-p` or `--patch` option.
REQUIREMENTS *diff_prune-requirements*