mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Allow setting the number of context lines in diff.conf
This commit is contained in:
@@ -49,6 +49,7 @@ def syntax_aliases(raw):
|
||||
|
||||
type_map = {
|
||||
'syntax_aliases': syntax_aliases,
|
||||
'num_context_lines': int,
|
||||
}
|
||||
|
||||
for name in (
|
||||
|
||||
Reference in New Issue
Block a user