mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Add some tests and cleanup.
This commit is contained in:
committed by
James McCoy
parent
0f681c80e1
commit
5e4eb18eb0
@@ -167,7 +167,7 @@ describe('terminal buffer', function()
|
||||
local tbuf = eval('bufnr("%")')
|
||||
|
||||
source([[
|
||||
function! SplitWindow()
|
||||
function! SplitWindow(id, data, event)
|
||||
new
|
||||
call feedkeys("iabc\<Esc>")
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user