From 0868c30cc08a4cf49b5f43e08412c671b19fa3f0 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 12 May 2021 13:50:14 -0400 Subject: [PATCH] Tighten up diff highlighting Closes https://github.com/tpope/vim-fugitive/issues/1747 --- syntax/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/fugitive.vim b/syntax/fugitive.vim index e84eba4..aab99c4 100644 --- a/syntax/fugitive.vim +++ b/syntax/fugitive.vim @@ -26,7 +26,7 @@ syn match fugitiveSymbolicRef /\.\@!\%(\.\.\@!\|[^[:space:][:cntrl:]\:.]\)\+\.\@ syn match fugitiveHash /^\x\{4,\}\S\@!/ contained containedin=@fugitiveSection syn match fugitiveHash /\S\@