diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-06-12 11:17:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 11:17:53 -0500 |
commit | 9cac40ba1e1e973392e4db71d2855867b57ce850 (patch) | |
tree | 90ac84e59533ad03c8a9199d52a5562c028b0db3 /test/functional/terminal/buffer_spec.lua | |
parent | 72155121006bca884e154e935640054f2e090367 (diff) | |
parent | d38912b59f97a4da0a2d0a24af226e6dd27e9b2c (diff) | |
download | rneovim-9cac40ba1e1e973392e4db71d2855867b57ce850.tar.gz rneovim-9cac40ba1e1e973392e4db71d2855867b57ce850.tar.bz2 rneovim-9cac40ba1e1e973392e4db71d2855867b57ce850.zip |
Merge pull request #29290 from gpanders/push-wuqlkrkuypzz
Add StatusLineTerm highlight group and move terminal buffer defaults
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
-rw-r--r-- | test/functional/terminal/buffer_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua index 96abd9f543..4ad0862986 100644 --- a/test/functional/terminal/buffer_spec.lua +++ b/test/functional/terminal/buffer_spec.lua @@ -196,10 +196,10 @@ describe(':terminal buffer', function() screen:expect([[ ab^c | {4:~ }| - {5:========== }| + {17:========== }| rows: 2, cols: 50 | {2: } | - {1:========== }| + {18:========== }| | ]]) @@ -340,7 +340,7 @@ describe(':terminal buffer', function() eq(termbuf, eval('g:termbuf')) end) - it('TermReqeust synchronization #27572', function() + it('TermRequest synchronization #27572', function() command('autocmd! nvim_terminal TermRequest') local term = exec_lua([[ _G.input = {} |