move paste indicator into the default section_a value.

This commit is contained in:
Bailey Ling
2013-07-14 16:41:31 -04:00
parent 39ae9c61ce
commit c45e1bcf10
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ function! airline#update_statusline(active)
let sl = l:mode_color
if a:active
let sl.='%{airline#update_highlight()} '.s:get_section('a').' %{&paste ? g:airline_paste_symbol." " : ""}'
let sl.='%{airline#update_highlight()} '.s:get_section('a').' '
let sl.=l:mode_sep_color
let sl.=a:active ? g:airline_left_sep : g:airline_left_alt_sep
let sl.=l:info_color