Skip to content

Commit

Permalink
fix(plugin/gitgutter.vim): Avoid using double-byte characters
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjiro-sugita authored and airblade committed Jul 28, 2020
1 parent 25942fb commit 1033745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gitgutter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
call s:set('g:gitgutter_sign_removed_first_line', '_^')
endif

call s:set('g:gitgutter_sign_removed_above_and_below', '_')
call s:set('g:gitgutter_sign_removed_above_and_below', '_¯')
call s:set('g:gitgutter_sign_modified_removed', '~_')
call s:set('g:gitgutter_git_args', '')
call s:set('g:gitgutter_diff_relative_to', 'index')
Expand Down

0 comments on commit 1033745

Please sign in to comment.