mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
feat(lua): vim.pos/vim.range
This commit is contained in:
@@ -42,6 +42,8 @@ for k, v in pairs({
|
||||
pack = true,
|
||||
_watch = true,
|
||||
net = true,
|
||||
pos = true,
|
||||
range = true,
|
||||
}) do
|
||||
vim._submodules[k] = v
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user