Add space between idx and text in ordinal
This commit is contained in:
parent
ce8fdc8907
commit
175d86172b
|
@ -37,7 +37,7 @@ M.custom_kind = {
|
|||
display = make_display,
|
||||
text = text,
|
||||
client_name = client_name,
|
||||
ordinal = idx .. "" .. text .. " " .. client_name,
|
||||
ordinal = idx .. " " .. text .. " " .. client_name,
|
||||
value = item,
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue