fix(plugin/gitgutter.vim): Avoid using double-byte characters

This commit is contained in:
shinjiro-sugita
2020-07-28 02:04:14 +09:00
committed by Andy Stewart
parent 25942fbf9a
commit 1033745403

View File

@@ -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')