1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-04 19:51:34 +08:00

9 lines
68 B
Lua

local M = {}
function M.delete(from, to)
end
return M