mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 13:26:16 +08:00
fix typo of typo fix
This commit is contained in:
parent
d833ae041d
commit
39e0df4b2d
|
@ -110,7 +110,7 @@ function! s:get_statusline(winnr, active)
|
|||
let sl.=l:mode_sep_color
|
||||
let sl.=a:active ? g:airline_left_sep : g:airline_left_alt_sep
|
||||
let sl.=l:info_color
|
||||
let sl.=s:get_section(a:winnr, 'b')
|
||||
let sl.=' '.s:get_section(a:winnr, 'b').' '
|
||||
let sl.=l:info_sep_color
|
||||
let sl.=g:airline_left_sep
|
||||
let sl.=l:status_color.' %<'.s:get_section(a:winnr, 'c').' '
|
||||
|
|
Loading…
Reference in New Issue
Block a user