fix test errors 🎄🎆

pull/268/head
ray-x 1 year ago
parent bace7a9110
commit c75914f7f6

@ -95,7 +95,7 @@ local function error_marker(result, ctx, config)
local stats = api.nvim_list_uis()[1] or {}
-- local wwidth = stats.width;
local wheight = stats.height
local wheight = stats.height or 0
if total_num <= wheight then
return

Loading…
Cancel
Save