mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-22 06:23:44 +08:00
9 lines
68 B
Lua
Vendored
9 lines
68 B
Lua
Vendored
local M = {}
|
|
|
|
function M.delete(from, to)
|
|
|
|
end
|
|
|
|
|
|
return M
|