mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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:
@@ -135,7 +135,7 @@ describe('cursor with customized highlighting', function()
|
||||
[2] = {foreground = 55, background = 56},
|
||||
[3] = {bold = true},
|
||||
})
|
||||
screen:attach(false)
|
||||
screen:attach({rgb=false})
|
||||
execute('call termopen(["'..nvim_dir..'/tty-test"]) | startinsert')
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user