mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 13:28:54 +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.
(cherry picked from commit d24f3d055a)
This commit is contained in:
committed by
github-actions[bot]
parent
8a8c3ed4dc
commit
18a36d3d9f
@@ -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')
|
||||
-- Default settings for the test session.
|
||||
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=.'
|
||||
.. ' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid'
|
||||
)
|
||||
|
||||
@@ -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