mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
fix(plugin/gitgutter.vim): Avoid using double-byte characters
This commit is contained in:
committed by
Andy Stewart
parent
25942fbf9a
commit
1033745403
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user