Add some tests and cleanup.

This commit is contained in:
Michael Ennen
2016-11-11 13:13:55 -07:00
committed by James McCoy
parent 0f681c80e1
commit 5e4eb18eb0
7 changed files with 33 additions and 5 deletions

View File

@@ -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