Skip to content

Commit

Permalink
Fix vim-signature #38
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz committed Nov 18, 2014
1 parent 0e9c476 commit b7d8d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ else
call s:HL('SignatureMarkText', 'blue', g:gruvbox_sign_column, 'inverse')
endif

let g:SignatureMarkerTextHL='SignatureMarkerText'
let g:SignatureMarkTextHL='SignatureMarkText'
let g:SignatureMarkerTextHL='"SignatureMarkerText"'
let g:SignatureMarkTextHL='"SignatureMarkText"'

" }}}
" ShowMarks: {{{
Expand Down

0 comments on commit b7d8d25

Please sign in to comment.