mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
More work on the conf docs
This commit is contained in:
parent
2ae3157d49
commit
ffdb91ffd5
3 changed files with 22 additions and 4 deletions
|
|
@ -340,7 +340,7 @@ def render_conf(ref_prefix, all_options):
|
|||
a((' {:%ds} {}' % sz).format(mo.name, mo.defval_as_string))
|
||||
a('')
|
||||
if opt.long_text:
|
||||
a(opt.long_text, ' ')
|
||||
a(opt.long_text)
|
||||
a('')
|
||||
|
||||
return '\n'.join(ans)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue