Skip to content

Commit

Permalink
Rename function for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed May 19, 2014
1 parent d44c514 commit 0759c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/highlight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ function! highlight#define_signs()
sign define GitGutterLineModifiedRemoved
sign define GitGutterDummy

call highlight#define_sign_symbols()
call highlight#define_sign_text()
call highlight#define_sign_text_highlights()
call highlight#define_sign_line_highlights()
endfunction

function! highlight#define_sign_symbols()
function! highlight#define_sign_text()
execute "sign define GitGutterLineAdded text=" . g:gitgutter_sign_added
execute "sign define GitGutterLineModified text=" . g:gitgutter_sign_modified
execute "sign define GitGutterLineRemoved text=" . g:gitgutter_sign_removed
Expand Down

0 comments on commit 0759c96

Please sign in to comment.