From 23b9b9b2a3b88bdefee8dfd1126efb91e34e1a57 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Wed, 16 Nov 2022 12:57:17 +0800 Subject: [PATCH] Fix typo --- doc/fugitive.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 8a582ef..902a6e1 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -73,7 +73,7 @@ that are part of Git repositories). *g:fugitive_dynamic_colors* In the GUI or a 256 color terminal, commit hashes will - highlighted in different colors. To disable this: + be highlighted in different colors. To disable this: > let g:fugitive_dynamic_colors = 0 <