mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
set g:lightline.winwidth to 180 to make the tests for lightline#tabs work
This commit is contained in:
@@ -2,7 +2,7 @@ let s:suite = themis#suite('tabline')
|
|||||||
let s:assert = themis#helper('assert')
|
let s:assert = themis#helper('assert')
|
||||||
|
|
||||||
function! s:suite.before_each()
|
function! s:suite.before_each()
|
||||||
let g:lightline = {}
|
let g:lightline = { 'winwidth': 180 }
|
||||||
call lightline#init()
|
call lightline#init()
|
||||||
tabnew
|
tabnew
|
||||||
tabonly
|
tabonly
|
||||||
|
|||||||
Reference in New Issue
Block a user