From d0c1a437536778bcc8174b7cb2ffdf98f611e6fe Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 25 Jun 2024 22:34:15 -0400 Subject: [PATCH] Clarify dq behavior Resolves: https://github.com/tpope/vim-fugitive/issues/2196 --- doc/fugitive.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 8cf4648c19..7d5c10702f 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -341,8 +341,8 @@ ds Perform a |:Ghdiffsplit| on the file under the cursor. dh *fugitive_dq* -dq Close all but one diff buffer, and |:diffoff|! the - last one. +dq Close all but the currently focused diff buffer, and + invoke |:diffoff|!. *fugitive_d?* d? Show this help.