mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:00:05 +08:00
perf(guide): remove debug info
This commit is contained in:
parent
ea4fb98400
commit
0230993946
@ -317,7 +317,6 @@ local function calc_layout()
|
|||||||
|
|
||||||
ret.n_items = vim.fn.len(smap)
|
ret.n_items = vim.fn.len(smap)
|
||||||
local length = {}
|
local length = {}
|
||||||
log.debug('smap is:' .. vim.inspect(smap))
|
|
||||||
for k, _ in pairs(smap) do
|
for k, _ in pairs(smap) do
|
||||||
table.insert(length, vim.fn.strdisplaywidth(get_displaystring(k)))
|
table.insert(length, vim.fn.strdisplaywidth(get_displaystring(k)))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user