mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-01 00:53:21 +08:00
move paste indicator into the default section_a value.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user