From f71fb9936072872ec5284a92223f279cab3153af Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 3 Sep 2023 15:26:50 -0400 Subject: [PATCH] Clarify behavior of :G summary window Resolves: https://github.com/tpope/vim-fugitive/issues/2192 --- doc/fugitive.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index c91c104..63a399e 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -49,8 +49,9 @@ that are part of Git repositories). *fugitive-summary* :Git With no arguments, bring up a summary window vaguely - akin to git-status. Press g? or see |fugitive-maps| - for usage. + akin to git-status. If a summary window is already + open for the current repository, it is focused + instead. Press g? or see |fugitive-maps| for usage. *:Git_blame* :Git blame [flags] Run git-blame [flags] on the current file and open the