1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 06:33:44 +08:00
SpaceVim/bundle/quickfix.nvim/lua/quickfix/loc.lua

9 lines
68 B
Lua
Raw Normal View History

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