mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 14:03:51 -05:00
remove s:suite.before()
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
let s:suite = themis#suite('tabline')
|
||||
let s:assert = themis#helper('assert')
|
||||
|
||||
function! s:suite.before()
|
||||
let g:lightline = {}
|
||||
endfunction
|
||||
|
||||
function! s:suite.before_each()
|
||||
let g:lightline = {}
|
||||
call lightline#init()
|
||||
|
||||
Reference in New Issue
Block a user