SIGN IN SIGN UP

refactor(sidebar): avoid temporary table in Sidebar:update_content()

Under the hood vim.list_extend() does the same loop over the source
table and uses table.insert() to append the values to the destination
table, so using a temporary table makes little sense.

Switch to directly inserting (appending) values into history_lines
table.
D
Dmitry Torokhov committed
9ccf721435215e240c80b9b52d3723014600587f
Parent: 0618dbc
Committed by yetone <yetoneful@gmail.com> on 7/19/2025, 5:58:11 AM