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,
|
attrs,
|
||||||
entry.nargs,
|
entry.nargs,
|
||||||
entry.complete or "",
|
entry.complete or "",
|
||||||
entry.definition,
|
entry.definition:gsub("\n", " "),
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user