fix(builtin.commands): no preview for multiline description commands (#2244)
This commit is contained in:
@@ -1260,7 +1260,7 @@ function make_entry.gen_from_commands(opts)
|
||||
attrs,
|
||||
entry.nargs,
|
||||
entry.complete or "",
|
||||
entry.definition,
|
||||
entry.definition:gsub("\n", " "),
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user