Skip to content

Commit

Permalink
Fix a miscomprehension of vim-git syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 8, 2011
1 parent bf85d6d commit e2b2cd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions colors/aldmeris.vim
Expand Up @@ -301,13 +301,13 @@ hi link gitcommitHeader gitcommitComment
hi link gitcommitUntracked gitcommitComment
hi link gitcommitDiscarded gitcommitComment
hi link gitcommitSelected gitcommitComment
call s:Hi( 'gitcommitDiscardedType', "NONE", s:scarletred1 )
call s:Hi( 'gitcommitSelectedType', "NONE", s:chameleon1 )
call s:Hi( 'gitcommitUnmergedType', "NONE", s:butter1 )
call s:Hi( 'gitcommitUntrackedFile', "NONE", s:plum1, "bold" )
call s:Hi( 'gitcommitDiscardedFile', "NONE", s:scarletred1, "bold" )
call s:Hi( 'gitcommitDiscardedType', "NONE", s:butter1 )
call s:Hi( 'gitcommitUnmergedType', "NONE", s:scarletred1 )
call s:Hi( 'gitcommitSelectedFile', "NONE", s:chameleon1, "bold" )
call s:Hi( 'gitcommitUnmergedFile', "NONE", s:butter1, "bold" )
call s:Hi( 'gitcommitDiscardedFile', "NONE", s:butter1, "bold" )
call s:Hi( 'gitcommitUnmergedFile', "NONE", s:scarletred1, "bold" )
call s:Hi( 'gitcommitUntrackedFile', "NONE", s:plum1, "bold" )
" }}}
" diff colors {{{
hi link diffFile Special
Expand Down

0 comments on commit e2b2cd0

Please sign in to comment.