mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 05:42:12 +08:00
add spacing around readonly symbol.
This commit is contained in:
parent
a04d7c277a
commit
a1fc8fe7ff
|
@ -9,7 +9,7 @@ function! airline#extensions#readonly#get_mark()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! airline#extensions#readonly#init()
|
function! airline#extensions#readonly#init()
|
||||||
let g:airline_section_gutter = '%{airline#extensions#readonly#get_mark()}'
|
let g:airline_section_gutter = ' %{airline#extensions#readonly#get_mark()} '
|
||||||
\ .g:airline_section_gutter
|
\ .g:airline_section_gutter
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user