diff options
| author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-06-12 19:31:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 19:31:15 -0500 |
| commit | 6311a7fe4b416c23a336c1392a44cf3192ebde36 (patch) | |
| tree | bcfb2a4d0f88ec56379f656831c8195ea3278d47 /test/functional/ui | |
| parent | 53afdf360cf195c02c22865f4e63b273d1ef152e (diff) | |
| parent | 5493fcd52f2eaab4b6a81c366529e80ca3dec535 (diff) | |
| download | rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.tar.gz rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.tar.bz2 rneovim-6311a7fe4b416c23a336c1392a44cf3192ebde36.zip | |
Merge pull request #29103 from gpanders/test-no-tgc
test: do not set termguicolors in test runner
Diffstat (limited to 'test/functional/ui')
| -rw-r--r-- | test/functional/ui/popupmenu_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/popupmenu_spec.lua b/test/functional/ui/popupmenu_spec.lua index 8f8604eecb..cc21a797e3 100644 --- a/test/functional/ui/popupmenu_spec.lua +++ b/test/functional/ui/popupmenu_spec.lua @@ -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 |