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
|
||||
|
||||
function! lightline#error(msg)
|
||||
echohl ErrorMsg
|
||||
echomsg 'lightline.vim: '.a:msg
|
||||
echohl None
|
||||
echohl ErrorMsg | echomsg 'lightline.vim: '.a:msg | echohl None
|
||||
endfunction
|
||||
|
||||
let &cpo = s:save_cpo
|
||||
|
||||
Reference in New Issue
Block a user