mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-25 02:57:11 +08:00
update simple theme to take full advantage of powerline symbols
This commit is contained in:
@@ -79,7 +79,7 @@ function! airline#update_statusline(active)
|
||||
let sl.= a:active
|
||||
\ ? '%{airline#update_highlight()} '.s:get_section('a').' %{g:airline_paste_detection && &paste ? g:airline_paste_symbol." " : ""}'
|
||||
\ : ' %#Al9#'
|
||||
let sl.=l:mode_sep_color.'%{g:airline_left_sep}'.l:info_color
|
||||
let sl.=l:mode_sep_color.g:airline_left_sep.l:info_color
|
||||
let sl.=' '.s:get_section('b').' '
|
||||
let sl.=l:info_sep_color.g:airline_left_sep
|
||||
let sl.=a:active ? l:status_color.' '.s:get_section('c').' ' : ' '.bufname(winbufnr(winnr()))
|
||||
|
||||
Reference in New Issue
Block a user