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 <