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

@@ -105,7 +105,7 @@ describe('screenchar() and family respect floating windows', function()
end)
it('from ui2', function()
n.exec_lua('require("vim._extui").enable({ enable = true })')
n.exec_lua('require("vim._core.ui2").enable({ enable = true })')
command('echo "foo"')
assert_screen_funcs()