mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 13:30:05 +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
|
||
|
|