mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
88fe467b19
commit
d24f3d055a
@ -22,7 +22,7 @@ local runtime_set = 'set runtimepath^=./build/lib/nvim/'
|
|||||||
M.nvim_prog = (os.getenv('NVIM_PRG') or t.paths.test_build_dir .. '/bin/nvim')
|
M.nvim_prog = (os.getenv('NVIM_PRG') or t.paths.test_build_dir .. '/bin/nvim')
|
||||||
-- Default settings for the test session.
|
-- Default settings for the test session.
|
||||||
M.nvim_set = (
|
M.nvim_set = (
|
||||||
'set shortmess+=IS background=light termguicolors noswapfile noautoindent startofline'
|
'set shortmess+=IS background=light noswapfile noautoindent startofline'
|
||||||
.. ' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
|
.. ' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
|
||||||
.. ' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid'
|
.. ' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid'
|
||||||
)
|
)
|
||||||
|
@ -1129,7 +1129,7 @@ describe("builtin popupmenu 'pumblend'", function()
|
|||||||
[10] = { foreground = tonumber('0x000002') },
|
[10] = { foreground = tonumber('0x000002') },
|
||||||
})
|
})
|
||||||
screen:attach({ rgb = false })
|
screen:attach({ rgb = false })
|
||||||
command('set notermguicolors pumblend=10')
|
command('set pumblend=10')
|
||||||
insert([[
|
insert([[
|
||||||
Lorem ipsum dolor sit amet, consectetur
|
Lorem ipsum dolor sit amet, consectetur
|
||||||
adipisicing elit, sed do eiusmod tempor
|
adipisicing elit, sed do eiusmod tempor
|
||||||
|
Loading…
Reference in New Issue
Block a user