do not disturb splash screen (close #45)

This commit is contained in:
itchyny
2013-11-15 12:30:58 +09:00
parent 9d1ac69897
commit add73a2d54

View File

@@ -3,7 +3,7 @@
" Version: 0.0 " Version: 0.0
" Author: itchyny " Author: itchyny
" License: MIT License " License: MIT License
" Last Change: 2013/11/05 02:20:50. " Last Change: 2013/11/15 12:30:33.
" ============================================================================= " =============================================================================
let s:save_cpo = &cpo let s:save_cpo = &cpo
@@ -86,6 +86,7 @@ function! lightline#colorscheme()
finally finally
let s:highlight = {} let s:highlight = {}
call lightline#highlight('normal') call lightline#highlight('normal')
call lightline#link()
let s:_ = 0 let s:_ = 0
endtry endtry
endfunction endfunction