mirror of
https://github.com/neovim/neovim.git
synced 2026-09-18 19:55:01 +00:00
build: move shared.lua to _core/
This commit is contained in:
@@ -3009,7 +3009,7 @@ describe('lua: builtin modules', function()
|
||||
'+qa!',
|
||||
}):gsub('\r\n', '\n')
|
||||
eq(1, eval('v:shell_error'))
|
||||
matches("'vim%.shared' not found", out)
|
||||
matches("'vim%._core.shared' not found", out)
|
||||
end)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user