mirror of
https://github.com/kovidgoyal/kitty.git
synced 2025-12-13 20:36:22 +01:00
Nicer formatting for exe_search_path in debug output
This commit is contained in:
@@ -98,6 +98,9 @@ def compare_opts(opts: KittyOpts, global_shortcuts: dict[str, SingleKey] | None,
|
||||
elif f == 'modify_font':
|
||||
for k in sorted(val):
|
||||
print(' ', val[k])
|
||||
elif f == 'exe_search_path':
|
||||
for k in val:
|
||||
print(' ', k)
|
||||
else:
|
||||
print(pformat(val))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user