mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test: do not set termguicolors in test runner
It's not clear why this is needed and it has adverse side effects on other tests.
This commit is contained in:
@@ -1129,7 +1129,7 @@ describe("builtin popupmenu 'pumblend'", function()
|
||||
[10] = { foreground = tonumber('0x000002') },
|
||||
})
|
||||
screen:attach({ rgb = false })
|
||||
command('set notermguicolors pumblend=10')
|
||||
command('set pumblend=10')
|
||||
insert([[
|
||||
Lorem ipsum dolor sit amet, consectetur
|
||||
adipisicing elit, sed do eiusmod tempor
|
||||
|
Reference in New Issue
Block a user