mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
feat(lua): rename vim.loop -> vim.uv (#22846)
This commit is contained in:
@@ -513,7 +513,7 @@ vim9['import'] = (function()
|
||||
|
||||
imported.absolute = setmetatable({}, {
|
||||
__index = function(self, name)
|
||||
if vim.loop.fs_stat(name) then
|
||||
if vim.uv.fs_stat(name) then
|
||||
local result = loadfile(name)()
|
||||
rawset(self, name, result)
|
||||
|
||||
|
Reference in New Issue
Block a user