mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 22:13:50 -05:00
do not disturb splash screen (close #45)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user