This commit is contained in:
Zhizhen He
2022-11-16 12:57:17 +08:00
committed by Tim Pope
parent 362201bce5
commit 23b9b9b2a3

View File

@@ -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
<