From 4f3589dcc26944b642fbb92965c254362a5dc162 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 26 Sep 2021 12:13:38 +0800 Subject: improve show list --- xmake/plugins/show/showlist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/plugins/show/showlist.lua b/xmake/plugins/show/showlist.lua index 66090fc48..923228e42 100644 --- a/xmake/plugins/show/showlist.lua +++ b/xmake/plugins/show/showlist.lua @@ -28,7 +28,7 @@ function main(values) local row = {} for _, value in ipairs(values) do table.insert(row, value) - if #row > 5 then + if #row > 2 then table.insert(tbl, row) row = {} end -- cgit v1.3.1