refactor: rename _extui => _core.ui2 #37692

Problem:
_extui module name is confusing and should eventually end up in _core/.

Solution:
Move it there and name it ui2.
This commit is contained in:
luukvbaal
2026-02-05 13:45:45 +01:00
committed by GitHub
parent b95e0a8d20
commit bf68ba40a0
12 changed files with 383 additions and 388 deletions

View File

@@ -16,7 +16,7 @@ describe('cmdline2', function()
[101] = { background = Screen.colors.Yellow, foreground = Screen.colors.Grey0 },
})
exec_lua(function()
require('vim._extui').enable({})
require('vim._core.ui2').enable({})
end)
end)
@@ -245,7 +245,7 @@ describe('cmdline2', function()
clear({
args = {
'--clean',
'+lua require("vim._extui").enable({})',
'+lua require("vim._core.ui2").enable({})',
"+call feedkeys(':')",
},
})