line concatenation

This commit is contained in:
itchyny
2013-08-22 10:23:35 +09:00
parent cc8619ce3b
commit c7b5dc90b2

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/08/22 10:21:58. " Last Change: 2013/08/22 10:23:15.
" ============================================================================= " =============================================================================
let s:save_cpo = &cpo let s:save_cpo = &cpo
@@ -22,9 +22,7 @@ function! lightline#update(...)
endfunction endfunction
function! lightline#update_once() function! lightline#update_once()
if !exists('w:lightline') || w:lightline if !exists('w:lightline') || w:lightline | call lightline#update() | endif
call lightline#update()
endif
endfunction endfunction
function! lightline#init() function! lightline#init()