diff options
| author | Shawn Wallace <yungwallace@live.com> | 2025-02-18 10:45:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-18 10:45:59 -0500 |
| commit | 1e5efaa0fa7917e558d270d95ed2c7e398e9653b (patch) | |
| tree | 41baac1242526eab5b384826a3bd920c04dfab5f /rc | |
| parent | 9eda509282ebc881207c2d8278085cb53835641c (diff) | |
rc git: Use wider characters for added/modified lines
Diffstat (limited to 'rc')
| -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 "_" |
