tabnew before tabonly in s:suite.before_each()

This commit is contained in:
itchyny
2016-03-19 19:15:23 +09:00
parent c576092981
commit 4909a7d88b

View File

@@ -8,6 +8,7 @@ endfunction
function! s:suite.before_each() function! s:suite.before_each()
let g:lightline = {} let g:lightline = {}
call lightline#init() call lightline#init()
tabnew
tabonly tabonly
endfunction endfunction