mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-02-24 00:55:15 +08:00
add missing space
This commit is contained in:
parent
f49038fba6
commit
1584ee79f6
@ -32,7 +32,7 @@ function! airline#get_statusline(winnr, active)
|
|||||||
\ .'%{g:airline_detect_paste && &paste ? g:airline_paste_symbol." " : ""}')
|
\ .'%{g:airline_detect_paste && &paste ? g:airline_paste_symbol." " : ""}')
|
||||||
call builder.add_section('airline_b', s:get_section(a:winnr, 'b'))
|
call builder.add_section('airline_b', s:get_section(a:winnr, 'b'))
|
||||||
call builder.add_section('airline_c', '%<'.s:get_section(a:winnr, 'c')
|
call builder.add_section('airline_c', '%<'.s:get_section(a:winnr, 'c')
|
||||||
\ .'%#airline_file#%{&ro ? g:airline_readonly_symbol : ""}')
|
\ .' %#airline_file#%{&ro ? g:airline_readonly_symbol : ""}')
|
||||||
else
|
else
|
||||||
call builder.add_section('airline_c', '%f%m')
|
call builder.add_section('airline_c', '%f%m')
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user