mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
13 lines
104 B
Lua
13 lines
104 B
Lua
-- @idea add list lua api
|
|
-- pop({list})
|
|
local list = {}
|
|
|
|
|
|
function list.pop(l)
|
|
|
|
end
|
|
|
|
|
|
return list
|
|
|