mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-04 19:45:41 +00:00
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