mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 14:03:51 -05:00
merge lines
This commit is contained in:
@@ -154,9 +154,7 @@ function! lightline#statusline(inactive)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! lightline#error(msg)
|
function! lightline#error(msg)
|
||||||
echohl ErrorMsg
|
echohl ErrorMsg | echomsg 'lightline.vim: '.a:msg | echohl None
|
||||||
echomsg 'lightline.vim: '.a:msg
|
|
||||||
echohl None
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
|||||||
Reference in New Issue
Block a user