...
This commit is contained in:
parent
cbbd9f475e
commit
20688661aa
@ -285,7 +285,7 @@ def fish_output_serializer(ans: Completions) -> str:
|
||||
lines = []
|
||||
for description, matches in ans.match_groups.items():
|
||||
for word in matches:
|
||||
lines.append(word.replace('\n', ''))
|
||||
lines.append(word.replace('\n', ' '))
|
||||
# debug('\n'.join(lines))
|
||||
return '\n'.join(lines)
|
||||
# }}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user