This commit is contained in:
Aaron 2024-09-12 15:06:34 -04:00 committed by GitHub
commit 5e44ddecb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 22 additions and 23 deletions

View File

@ -22,7 +22,7 @@ describe('autoread TUI FocusGained/FocusLost', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile noshowcmd noruler notermguicolors',
})

View File

@ -21,7 +21,7 @@ describe('api', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
n.nvim_set .. ' notermguicolors',
})

View File

@ -491,7 +491,7 @@ describe('terminal input', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set notermguicolors',
'-c',

View File

@ -57,7 +57,7 @@ describe('TUI', function()
'--cmd',
nvim_set .. ' notermguicolors laststatus=2 background=dark',
'--cmd',
'colorscheme vim',
'colorscheme default',
})
screen:expect([[
{1: } |
@ -2009,7 +2009,7 @@ describe('TUI', function()
nvim_prog,
'--clean',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set notermguicolors',
'--cmd',
@ -2138,7 +2138,7 @@ describe('TUI', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noruler notermguicolors',
'--cmd',
@ -2173,7 +2173,7 @@ describe('TUI', function()
'--cmd',
'set notermguicolors',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'call setline(1, ["1st line" .. repeat(" ", 153), "2nd line"])',
}, { cols = 80 })
@ -2294,7 +2294,7 @@ describe('TUI UIEnter/UILeave', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile noshowcmd noruler notermguicolors',
'--cmd',
@ -2343,7 +2343,7 @@ describe('TUI FocusGained/FocusLost', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile noshowcmd noruler notermguicolors background=dark',
})
@ -2560,7 +2560,7 @@ describe("TUI 't_Co' (terminal colors)", function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
nvim_set .. ' notermguicolors',
}, {
@ -2903,7 +2903,7 @@ describe('TUI', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
nvim_set .. ' notermguicolors',
extra_args,
@ -3122,7 +3122,7 @@ describe('TUI bg color', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile',
})
@ -3145,7 +3145,7 @@ describe('TUI bg color', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile',
})
@ -3174,7 +3174,7 @@ describe('TUI bg color', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile',
})
@ -3190,7 +3190,7 @@ describe('TUI bg color', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
'set noswapfile',
'-c',
@ -3227,7 +3227,7 @@ describe('TUI as a client', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
nvim_set .. ' notermguicolors laststatus=2 background=dark',
})
@ -3369,7 +3369,7 @@ describe('TUI as a client', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
nvim_set .. ' notermguicolors laststatus=2 background=dark',
})

View File

@ -308,7 +308,7 @@ describe('--embed --listen UI', function()
child_server,
'--clean',
'--cmd',
'colorscheme vim',
'colorscheme default',
})
retry(nil, nil, function()
neq(nil, uv.fs_stat(child_server))

View File

@ -29,7 +29,7 @@ describe('shell command :!', function()
'-i',
'NONE',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--cmd',
n.nvim_set .. ' notermguicolors',
})

View File

@ -21,7 +21,7 @@ describe('screen', function()
'--cmd',
'set shortmess+=I background=light noswapfile belloff= noshowcmd noruler',
'--cmd',
'colorscheme vim',
'colorscheme default',
'--embed',
}
@ -712,7 +712,7 @@ describe('Screen default colors', function()
'--cmd',
'set shortmess+=I noswapfile belloff= noshowcmd noruler' .. extra,
'--cmd',
'colorscheme vim',
'colorscheme default',
'--embed',
}
local screen_nvim = spawn(nvim_argv)

View File

@ -115,5 +115,4 @@ if !isdirectory($HOME)
call mkdir($HOME)
endif
" Use Vim's default color scheme
colorscheme vim
colorscheme default