mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 00:05:36 +00:00
build: move shared.lua to _core/
This commit is contained in:
@@ -50,7 +50,7 @@ if vim.api then
|
||||
end
|
||||
|
||||
-- builtin functions which always should be available
|
||||
require('vim.shared')
|
||||
require('vim._core.shared')
|
||||
|
||||
vim._submodules = {
|
||||
inspect = true,
|
||||
|
||||
Reference in New Issue
Block a user