mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
line concatenation
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/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()
|
||||||
|
|||||||
Reference in New Issue
Block a user