mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-12 21:43:50 -05:00
line concatenation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
" Version: 0.0
|
||||
" Author: itchyny
|
||||
" License: MIT License
|
||||
" Last Change: 2013/08/22 10:21:58.
|
||||
" Last Change: 2013/08/22 10:23:15.
|
||||
" =============================================================================
|
||||
|
||||
let s:save_cpo = &cpo
|
||||
@@ -22,9 +22,7 @@ function! lightline#update(...)
|
||||
endfunction
|
||||
|
||||
function! lightline#update_once()
|
||||
if !exists('w:lightline') || w:lightline
|
||||
call lightline#update()
|
||||
endif
|
||||
if !exists('w:lightline') || w:lightline | call lightline#update() | endif
|
||||
endfunction
|
||||
|
||||
function! lightline#init()
|
||||
|
||||
Reference in New Issue
Block a user