mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
refactor(terminal): move :terminal defaults to _defaults.lua
This commit is contained in:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user