diff options
Diffstat (limited to 'rc/tools')
| -rw-r--r-- | rc/tools/git.kak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/tools/git.kak b/rc/tools/git.kak index d7d53d5f..05e6ff14 100644 --- a/rc/tools/git.kak +++ b/rc/tools/git.kak @@ -2,10 +2,10 @@ declare-option -docstring "name of the client in which documentation is to be di str docsclient declare-option -docstring "git diff added character" \ - str git_diff_add_char "▏" + str git_diff_add_char "▊" declare-option -docstring "git diff modified character" \ - str git_diff_mod_char "▏" + str git_diff_mod_char "▊" declare-option -docstring "git diff deleted character" \ str git_diff_del_char "_" |
