Allow setting the number of context lines in diff.conf

This commit is contained in:
Kovid Goyal
2018-05-08 23:17:40 +05:30
parent 9bf2087b55
commit 196bd9c22b
3 changed files with 11 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ syntax_aliases pyj:py recipe:py
# for a list of schemes.
pygments_style default
# The number of lines of context to show around each change.
num_context_lines 3
# Colors
foreground black
background white