diff --git a/syntax/fugitive.vim b/syntax/fugitive.vim index 220c419..0ed82dd 100644 --- a/syntax/fugitive.vim +++ b/syntax/fugitive.vim @@ -7,8 +7,9 @@ syn spell notoplevel syn include @fugitiveDiff syntax/diff.vim -syn match fugitiveHeader /^[A-Z][a-z][^:]*:/ nextgroup=fugitiveHash,fugitiveSymbolicRef skipwhite -syn match fugitiveHeader /^Bare:\|^Warning:\|^Error:/ +syn match fugitiveHeader /^[A-Z][a-z][^:]*:/ +syn match fugitiveHeader /^Head:/ nextgroup=fugitiveHash,fugitiveSymbolicRef skipwhite +syn match fugitiveHeader /^Pull:\|^Rebase:\|^Merge:\|^Push:/ nextgroup=fugitiveSymbolicRef skipwhite syn match fugitiveHelpHeader /^Help:/ nextgroup=fugitiveHelpTag skipwhite syn match fugitiveHelpTag /\S\+/ contained