build: move shared.lua to _core/

This commit is contained in:
Justin M. Keyes
2025-12-20 21:51:54 -05:00
parent 20e77c5d88
commit 1d70c96e5b
8 changed files with 7 additions and 10 deletions

View File

@@ -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)