diff: Make the diff implementation configurable

This commit is contained in:
Kovid Goyal
2018-05-08 23:32:21 +05:30
parent 196bd9c22b
commit 3a1f85cb69
3 changed files with 32 additions and 5 deletions

View File

@@ -12,6 +12,11 @@ pygments_style default
# The number of lines of context to show around each change.
num_context_lines 3
# The diff command to use. Must contain the placeholder _CONTEXT_
# which will be replaced by the number of lines of context. The default
# is to search the system for either git or diff and use that, if found.
diff_cmd auto
# Colors
foreground black
background white