aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-14 00:38:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-14 00:38:40 +1200
commit50080840611c7111e10e71b0443d05b9ead76982 (patch)
tree9f3c66bb0404ef881d93fdb3790b7dee33ed8fd2 /README.md
parentMerge branch 'release/v1.0.0' (diff)
parentBump VERSION (diff)
downloadvim-diff-prune-50080840611c7111e10e71b0443d05b9ead76982.tar.gz
vim-diff-prune-50080840611c7111e10e71b0443d05b9ead76982.zip
Merge branch 'release/v1.1.0'v1.1.0
* release/v1.1.0: Bump VERSION Bump documentation date Mention `git-add --patch` in docs Use .= for b:undo_ftplugin appending Don't require blocks to have a parent file
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ef1769..4f8511b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,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.
License
-------