update simple theme to take full advantage of powerline symbols

This commit is contained in:
Bailey Ling
2013-07-07 14:26:28 +00:00
parent 8a41ced6cf
commit 69b2160f41
2 changed files with 47 additions and 17 deletions

View File

@@ -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()))