mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-14 06:23:51 -05:00
tabnew before tabonly in s:suite.before_each()
This commit is contained in:
@@ -8,6 +8,7 @@ endfunction
|
||||
function! s:suite.before_each()
|
||||
let g:lightline = {}
|
||||
call lightline#init()
|
||||
tabnew
|
||||
tabonly
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user