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.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/diff_prune.txt b/doc/diff_prune.txt
index d1be82b..aa83c5e 100644
--- a/doc/diff_prune.txt
+++ b/doc/diff_prune.txt
@@ -11,19 +11,19 @@ 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. It
-also seems to work for the `-p` or `--patch` option.
+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*
-This plugin is only available if 'compatible' is not set. It requires Vim 7.0
+This plugin is only available if 'compatible' is not set. It requires Vim 7.0
or newer.
MAPPINGS *diff_prune-mappings*
*<Plug>(DiffPrune)*
A single mapping target name `<Plug>(DiffPrune)` for normal and visual modes
-provided. There is no default key mapping. You could put this in
+provided. There is no default key mapping. You could put this in
`after/ftplugin/diff.vim` to use `<LocalLeader>p`, with `<LocalLeader>pp` to
prune the current line:
>