mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
api/ui: add tests for popupmenu_external events
update screen.lua to use new style nvim_ui_attach
This commit is contained in:
@@ -12,7 +12,7 @@ local eq = helpers.eq
|
||||
describe(':edit term://*', function()
|
||||
local get_screen = function(columns, lines)
|
||||
local scr = screen.new(columns, lines)
|
||||
scr:attach(false)
|
||||
scr:attach({rgb=false})
|
||||
return scr
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user