From 779949c255377ace6e4f5b226ce9eba49d276fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sun, 6 Nov 2016 00:31:19 +0100 Subject: [PATCH] Add a bit of documentation for d2o and d3o commands Covering changes in #801. --- doc/fugitive.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index de22357..ceff2dd 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -181,7 +181,9 @@ that are part of Git repositories). to the right or bottom, depending on 'diffopt' and the width of the window relative to 'textwidth'. Use |do| and |dp| and write to the index file to simulate - "git add --patch". + "git add --patch". For the three-way diff, there is + also d2o and d3o pulling the hunk to the middle from + the left or the right window, respectively. *fugitive-:Gsdiff* :Gsdiff [revision] Like |:Gdiff|, but always split horizontally.