mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -285,7 +285,7 @@ def fish_output_serializer(ans: Completions) -> str:
|
|||||||
lines = []
|
lines = []
|
||||||
for description, matches in ans.match_groups.items():
|
for description, matches in ans.match_groups.items():
|
||||||
for word in matches:
|
for word in matches:
|
||||||
lines.append(word.replace('\n', ''))
|
lines.append(word.replace('\n', ' '))
|
||||||
# debug('\n'.join(lines))
|
# debug('\n'.join(lines))
|
||||||
return '\n'.join(lines)
|
return '\n'.join(lines)
|
||||||
# }}}
|
# }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user