Support diffs relative to the working tree.

Closes #558.
This commit is contained in:
Andy Stewart
2019-08-28 09:22:06 +01:00
parent 83eb5377be
commit 8bafd08ef4
5 changed files with 29 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ endif
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')
call s:set('g:gitgutter_diff_args', '')
call s:set('g:gitgutter_diff_base', '')
call s:set('g:gitgutter_map_keys', 1)