diff options
| author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-12-06 10:55:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 10:55:50 -0800 |
| commit | 08545bd45b80e3056fc8c6c4eb25e2ef1fddd897 (patch) | |
| tree | 798ac51dc30ebc95617ffdbaaa4c474d70b3d226 /test/functional/ui | |
| parent | ca7f8786a0eb578895400e23cd21e25cc0f91800 (diff) | |
| parent | a5a346678a8211ea07f318de42e557ad3909f65e (diff) | |
| download | rneovim-08545bd45b80e3056fc8c6c4eb25e2ef1fddd897.tar.gz rneovim-08545bd45b80e3056fc8c6c4eb25e2ef1fddd897.tar.bz2 rneovim-08545bd45b80e3056fc8c6c4eb25e2ef1fddd897.zip | |
Merge pull request #26407 from gpanders/default-tgc
feat(defaults): enable 'termguicolors' by default when supported by terminal
Diffstat (limited to 'test/functional/ui')
| -rw-r--r-- | test/functional/ui/output_spec.lua | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index 1dbbe76bac..719634aa2f 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -21,8 +21,12 @@ describe("shell command :!", function() local screen before_each(function() clear() - screen = child_session.screen_setup(0, '["'..helpers.nvim_prog.. - '", "-u", "NONE", "-i", "NONE", "--cmd", "colorscheme vim", "--cmd", "'..helpers.nvim_set..'"]') + screen = child_session.setup_child_nvim({ + '-u', 'NONE', + '-i', 'NONE', + '--cmd', 'colorscheme vim', + '--cmd', helpers.nvim_set, + }) screen:expect([[ {1: } | {4:~ }| |