mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 05:48:45 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user